Changeset 67e885 for src/Parser/TremoloParser.hpp
- Timestamp:
- Jul 3, 2017, 3:07:28 PM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TremoloParser.hpp
ref8667 r67e885 94 94 bool isUsedField(const usedFields_t &fields, const std::string &fieldName) const; 95 95 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); 97 100 void save_AtomDataLine(std::ostream* file) const; 98 101 void save_BoxLine(std::ostream* file) const;
Note:
See TracChangeset
for help on using the changeset viewer.