Changes in src/molecules.hpp [89c8b2:f7f7a4]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecules.hpp
r89c8b2 rf7f7a4 182 182 double MinimiseConstrainedPotential(ofstream *out, atom **&permutation, int startstep, int endstep, bool IsAngstroem); 183 183 void EvaluateConstrainedForces(ofstream *out, int startstep, int endstep, atom **PermutationMap, ForceMatrix *Force); 184 bool LinearInterpolationBetweenConfiguration(ofstream *out, int startstep, int endstep, const char *prefix, config &configuration );184 bool LinearInterpolationBetweenConfiguration(ofstream *out, int startstep, int endstep, const char *prefix, config &configuration, bool MapByIdentity); 185 185 186 186 bool CheckBounds(const Vector *x) const; … … 207 207 208 208 molecule *CopyMolecule(); 209 molecule* CopyMoleculeFromSubRegion(Vector offset, double *parallelepiped);210 209 211 210 /// Fragment molecule by two different approaches:
Note:
See TracChangeset
for help on using the changeset viewer.