Changeset 909610 for molecuilder/src/molecules.hpp
- Timestamp:
- Sep 11, 2008, 1:28:25 PM (17 years ago)
- Children:
- 63b5c31
- Parents:
- c99adf
- git-author:
- Frederik Heber <heber@…> (09/05/08 16:56:31)
- git-committer:
- Frederik Heber <heber@…> (09/11/08 13:28:25)
- File:
-
- 1 edited
-
molecuilder/src/molecules.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.hpp
rc99adf r909610 261 261 double VolumeOfConvexEnvelope(ofstream *out, bool IsAngstroem); 262 262 bool VerletForceIntegration(ofstream *out, char *file, double delta_t, bool IsAngstroem, int DoConstrained); 263 double ConstrainedPotential(ofstream *out, int*permutation, int start, int end, double *constants, bool IsAngstroem);264 double MinimiseConstrainedPotential(ofstream *out, ForceMatrix *Force, int targetstep);263 double ConstrainedPotential(ofstream *out, atom **permutation, int start, int end, double *constants, bool IsAngstroem); 264 double MinimiseConstrainedPotential(ofstream *out, ForceMatrix *Force, int startstep, int endstep, bool IsAngstroem); 265 265 266 266 bool CheckBounds(const Vector *x) const;
Note:
See TracChangeset
for help on using the changeset viewer.
