ReactionMechanismGenerator / RMG-Java

The Java version of RMG: Reaction Mechanism Generator
http://rmg.sourceforge.net/
MIT License
29 stars 36 forks source link

When reading thermo library names, comments are not stripped. #167

Closed rwest closed 13 years ago

rwest commented 13 years ago

If you specify a primary thermochemistry library like:

PrimaryThermoLibrary:
Name: DFT_QCI        // some comment goes here

Then the spaces, slashes, and comment are all assumed to be part of the library name. This doesn't really cause major problems, but is probably not what the user expects. I'm not sure what else this is true of.

mrharper commented 13 years ago

The idea behind "grabbing everything beyond Name:" was to catch any library name with white spaces. I'll update to read until a comment.

Should be true for all Primary__Library Names