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