Changes in src/atom.hpp [ad2b411:9df5c6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/atom.hpp
rad2b411 r9df5c6 51 51 52 52 bool OutputIndexed(ofstream * const out, const int ElementNo, const int AtomNo, const char *comment = NULL) const; 53 bool OutputArrayIndexed(o fstream * const out, const int *ElementNo, int *AtomNo, const char *comment = NULL) const;53 bool OutputArrayIndexed(ostream * const out, const int *ElementNo, int *AtomNo, const char *comment = NULL) const; 54 54 bool OutputXYZLine(ofstream *out) const; 55 55 bool OutputTrajectory(ofstream * const out, const int *ElementNo, int *AtomNo, const int step) const; 56 56 bool OutputTrajectoryXYZ(ofstream * const out, const int step) const; 57 void OutputMPQCLine(o fstream * const out, const Vector *center, int *AtomNo) const;57 void OutputMPQCLine(ostream * const out, const Vector *center, int *AtomNo) const; 58 58 59 59 void InitComponentNr(); … … 66 66 double DistanceToVector(const Vector &origin) const; 67 67 double DistanceSquaredToVector(const Vector &origin) const; 68 bool IsInParallelepiped(const Vector offset, const double *parallelepiped) const;68 bool IsInParallelepiped(const Vector offset, const Matrix ¶llelepiped) const; 69 69 70 70 // getter and setter
Note:
See TracChangeset
for help on using the changeset viewer.