Changes in src/Parser/XyzParser.cpp [86cff86:2fe971]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Parser/XyzParser.cpp
r86cff86 r2fe971 72 72 vector<atom*> atoms = World::getInstance().getAllAtoms(); 73 73 for(vector<atom*>::iterator it = atoms.begin(); it != atoms.end(); it++) { 74 *file << noshowpoint << (*it)->getType()-> symbol<< "\t" << (*it)->x[0] << "\t" << (*it)->x[1] << "\t" << (*it)->x[2] << endl;74 *file << noshowpoint << (*it)->getType()->getSymbol() << "\t" << (*it)->x[0] << "\t" << (*it)->x[1] << "\t" << (*it)->x[2] << endl; 75 75 } 76 76 }
Note:
See TracChangeset
for help on using the changeset viewer.