Changeset 0a08df for molecuilder/src/molecules.hpp
- Timestamp:
- Aug 6, 2008, 8:59:06 AM (17 years ago)
- Children:
- 8f8621
- Parents:
- e8dd4d
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
re8dd4d r0a08df 20 20 #include <set> 21 21 #include <deque> 22 #include <list> 22 23 23 24 #include "helpers.hpp" … … 46 47 { 47 48 bool operator() (const KeySet SubgraphA, const KeySet SubgraphB) const; 49 }; 50 51 struct Trajectory 52 { 53 double R[3]; //!< position vector 54 double U[3]; //!< velocity vector 55 double F[3]; //!< last force vector 48 56 }; 49 57 … … 219 227 void PrincipalAxisSystem(ofstream *out, bool DoRotate); 220 228 double VolumeOfConvexEnvelope(ofstream *out, bool IsAngstroem); 229 bool VerletForceIntegration(char *file, double delta_t); 221 230 222 231 bool CheckBounds(const vector *x) const; 223 void GetAlign Vector(struct lsq_params * par) const;232 void GetAlignvector(struct lsq_params * par) const; 224 233 225 234 /// Initialising routines in fragmentation
Note:
See TracChangeset
for help on using the changeset viewer.
