Changeset 606dfb for molecuilder/src/molecules.hpp
- Timestamp:
- Sep 28, 2009, 6:41:52 PM (16 years ago)
- Children:
- 01e6c5
- Parents:
- 6f1551
- git-author:
- Frederik Heber <heber@…> (09/28/09 18:39:28)
- git-committer:
- Frederik Heber <heber@…> (09/28/09 18:41:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
r6f1551 r606dfb 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;
Note:
See TracChangeset
for help on using the changeset viewer.