Skip to content

Commit

Permalink
system in parser
Browse files Browse the repository at this point in the history
  • Loading branch information
payetvin committed Dec 11, 2024
1 parent f440fac commit 9a478db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/solver/systemParser/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ System Parser::parse(const std::string& content)
{
YAML::Node root = YAML::Load(content);

/* System system = root["system"].as<System>(); */
System system;
System system = root["system"].as<System>();

return system;
}
Expand Down

0 comments on commit 9a478db

Please sign in to comment.