Changeset efc80e for src/Parser/TremoloParser.hpp
- Timestamp:
- Jul 3, 2017, 3:07:28 PM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/TremoloParser.hpp
r95b64f refc80e 80 80 typedef std::vector<std::string> usedFields_t; 81 81 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); 83 87 void parseAtomDataKeysLine(const std::string &line, const int offset, usedFields_t &fields); 84 88 static bool testParseAtomDataKeysLine(const std::string &line);
Note:
See TracChangeset
for help on using the changeset viewer.