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

Fix some warnings in examples.

parent 637a7831
No related branches found
No related tags found
1 merge request!16Implement basic serialization / deserialization of OPOSSUM models
Pipeline #7593 passed
use std::{cell::RefCell, rc::Rc}; use opossum::{optical::OpticGraph, error::OpossumError};
use opossum::{optical::OpticGraph, nodes::Dummy, error::OpossumError};
fn main() -> Result<(), OpossumError>{ fn main() -> Result<(), OpossumError>{
let optic_graph=OpticGraph::default(); let optic_graph=OpticGraph::default();
......
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