antioch icon indicating copy to clipboard operation
antioch copied to clipboard

Consistency/Consolidation in Parsing Methods

Open pbauman opened this issue 9 years ago • 1 comments

Some methods we take a pointer to a parser that's already created (e.g. ChemicalMixture constructor). Others, we don't give that option and construct the parser internally (e.g. `read_reaction_set_data1). It would be nice for the user to instantiate one parser object and use it everywhere, if appropriate.

pbauman avatar Feb 03 '16 21:02 pbauman