mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-13 02:35:53 +00:00
Update name of variable
This commit is contained in:
parent
3fa98f0432
commit
b916746ea8
@ -11,10 +11,10 @@ mod topology;
|
|||||||
mod view;
|
mod view;
|
||||||
|
|
||||||
fn main() -> anyhow::Result<()> {
|
fn main() -> anyhow::Result<()> {
|
||||||
let shape = model::model();
|
let model = model::model();
|
||||||
|
|
||||||
export::export(&shape)?;
|
export::export(&model)?;
|
||||||
app::run(geometry::AnyOp::new(shape))?;
|
app::run(geometry::AnyOp::new(model))?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user