You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed#8 by adding parse<T>() in parse.h so that we have streamlined
parsing for structured blocks. Added ReactionNetwork and an initial test
for it, but not the flux calculation. Merged INIPropertyParser.cpp into
the header to do templating better. Updated documentation to reflect all
of these changes and various tests.
Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov>
Parsing is kind of dirty right now. It can be done in a stereotypically annoying way
or a shorter but more confusing way
What I would like to have is something like
auto myData = parse<T>(filename);
The text was updated successfully, but these errors were encountered: