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

TremoloParser::save() now supports multiple time steps.

  • TESTS: Removed XFAIL from tests Tremolo with multiple time steps.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Parser/TremoloParser.hpp

    ref8667 r67e885  
    9494  bool isUsedField(const usedFields_t &fields, const std::string &fieldName) const;
    9595  void writeNeighbors(std::ostream* file, const int numberOfNeighbors, const atom* const currentAtom);
    96   void saveLine(std::ostream* file, const atom* const currentAtom);
     96  void saveLine(
     97      std::ostream* file,
     98      const atom* const currentAtom,
     99      const size_t _timestep);
    97100  void save_AtomDataLine(std::ostream* file) const;
    98101  void save_BoxLine(std::ostream* file) const;
Note: See TracChangeset for help on using the changeset viewer.