Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/atom.hpp

    rc550dd rad2b411  
    3535class World;
    3636class molecule;
    37 class Shape;
    3837
    3938/********************************************** declarations *******************************/
     
    5251
    5352  bool OutputIndexed(ofstream * const out, const int ElementNo, const int AtomNo, const char *comment = NULL) const;
    54   bool OutputArrayIndexed(ostream * const out, const int *ElementNo, int *AtomNo, const char *comment = NULL) const;
     53  bool OutputArrayIndexed(ofstream * const out, const int *ElementNo, int *AtomNo, const char *comment = NULL) const;
    5554  bool OutputXYZLine(ofstream *out) const;
    5655  bool OutputTrajectory(ofstream * const out, const int *ElementNo, int *AtomNo, const int step) const;
    5756  bool OutputTrajectoryXYZ(ofstream * const out, const int step) const;
    58   void OutputMPQCLine(ostream * const out, const Vector *center, int *AtomNo) const;
     57  void OutputMPQCLine(ofstream * const out, const Vector *center, int *AtomNo) const;
    5958
    6059  void InitComponentNr();
     
    6766  double DistanceToVector(const Vector &origin) const;
    6867  double DistanceSquaredToVector(const Vector &origin) const;
    69   bool IsInShape(const Shape&) const;
     68  bool IsInParallelepiped(const Vector offset, const double *parallelepiped) const;
    7069
    7170  // getter and setter
Note: See TracChangeset for help on using the changeset viewer.