Skip to content
Snippets Groups Projects
Commit e10e6b90 authored by Udo Eisenbarth's avatar Udo Eisenbarth :speech_balloon:
Browse files

Update example after fix of #66

parent 5938d00b
No related branches found
No related tags found
No related merge requests found
Pipeline #7716 passed
......@@ -22,8 +22,6 @@ fn main() -> Result<(), OpossumError> {
scenery.connect_nodes(m1, "rear", bs2, "input1")?;
scenery.connect_nodes(m2, "rear", bs2, "input2")?;
scenery.connect_nodes(bs2, "out1_trans1_refl2", out1, "front")?;
scenery.connect_nodes(bs2, "out2_trans2_refl1", out1, "front")?;
scenery.save_to_file(Path::new("graph_w_ports.opm"))?;
Ok(())
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment