Ignore:
Timestamp:
Jul 3, 2017, 3:07:28 PM (8 years ago)
Author:
Frederik Heber <frederik.heber@…>
Branches:
ForceAnnealing_oldresults, IndependentFragmentGrids_IntegrationTest
Children:
ef8667
Parents:
95b64f
git-author:
Frederik Heber <frederik.heber@…> (06/17/17 21:31:42)
git-committer:
Frederik Heber <frederik.heber@…> (07/03/17 15:07:28)
Message:

TremoloParser::load() can deal with multiple time steps.

  • TESTS: Added regression test case.
  • ATOMDATA needs to be the same. Check by regression test case.
  • TESTS: set to XFAIL for the moment due to missing save() implementation for multiple time steps.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TremoloParser.hpp

    r95b64f refc80e  
    8080  typedef std::vector<std::string> usedFields_t;
    8181
    82   void readAtomDataLine(const std::string &line, molecule *newmol);
     82  void readAtomDataLine(
     83      const std::string &line,
     84      molecule *newmol,
     85      const size_t _timestep,
     86      atom *&_addedatoms);
    8387  void parseAtomDataKeysLine(const std::string &line, const int offset, usedFields_t &fields);
    8488  static bool testParseAtomDataKeysLine(const std::string &line);
Note: See TracChangeset for help on using the changeset viewer.