Better error hanlding when parsing, added medical system
fixed grammar
This commit is contained in:
@ -2,7 +2,7 @@ fn main() {
|
||||
let now = std::time::Instant::now();
|
||||
|
||||
use reactionsystems::rsprocess::presets;
|
||||
match presets::run("testing/first.system".into()) {
|
||||
match presets::run("testing/medical.system".into()) {
|
||||
Ok(()) => {},
|
||||
Err(e) => {println!("{e}")}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user