Changeset dc5413 for molecuilder/src/molecule_dynamics.cpp
- Timestamp:
- Feb 26, 2010, 1:57:01 PM (15 years ago)
- Children:
- 78b9d9, d50264
- Parents:
- e65cc0 (diff), 45cc89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_dynamics.cpp
re65cc0 rdc5413 163 163 double molecule::ConstrainedPotential(struct EvaluatePotential &Params) 164 164 { 165 double tmp , result=0;166 165 double tmp = 0.; 166 double result = 0.; 167 167 // go through every atom 168 168 atom *Runner = NULL;
Note:
See TracChangeset
for help on using the changeset viewer.