Changes in src/molecule.hpp [ef7d30:c550dd]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
ref7d30 rc550dd 29 29 #include <string> 30 30 31 #include " types.hpp"31 #include "defs.hpp" 32 32 #include "graph.hpp" 33 33 #include "stackclass.hpp" … … 53 53 class periodentafel; 54 54 class Vector; 55 class Shape; 55 56 56 57 /******************************** Some definitions for easier reading **********************************/ … … 279 280 void SetBoxDimension(Vector *dim); 280 281 void ScanForPeriodicCorrection(); 281 bool VerletForceIntegration(char *file, config &configuration , const size_t offset);282 bool VerletForceIntegration(char *file, config &configuration); 282 283 void Thermostats(config &configuration, double ActualTemp, int Thermostat); 283 284 void PrincipalAxisSystem(bool DoRotate); … … 316 317 317 318 molecule *CopyMolecule(); 318 molecule* CopyMoleculeFromSubRegion(const Vector offset, const double *parallelepiped) const;319 molecule* CopyMoleculeFromSubRegion(const Shape&) const; 319 320 320 321 /// Fragment molecule by two different approaches:
Note:
See TracChangeset
for help on using the changeset viewer.