source: src/Parser/ParserTypes.def

Candidate_v1.6.1
Last change on this file was d2596b, checked in by Frederik Heber <heber@…>, 13 years ago

Added XmlParser for parsing configurations for ScaFaCoS generic test code.

  • XML is parsed via pugixml which is placed in subfolder pugixml in src/Parser.
  • NOTE: pugixml does not import/export double with high enough precision. Hence, we always obtain strings and convert them ourselves.
  • also added unit test on the new parser.
  • NOTE: Unit test is failing as charges are not yet written correctly, hence marked as XFAIL.
  • Property mode set to 100644
File size: 255 bytes
Line 
1//!> preprocessor sequence of all known parser types. Just add new parser here
2#define PARSERSEQUENCE (mpqc)(pcp)(pdb)(psi3)(tremolo)(xml)(xyz)
3//!> Number of enumerations calculate automatically
4#define ParserTypes_END BOOST_PP_SEQ_SIZE(PARSERSEQUENCE)
5
Note: See TracBrowser for help on using the repository browser.