Changeset 81c129
- Timestamp:
- Feb 26, 2010, 9:54:46 AM (15 years ago)
- Children:
- 06e3ff
- Parents:
- 7a9881
- Location:
- molecuilder/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/boundary.cpp
r7a9881 r81c129 964 964 bool freeLC = false; 965 965 bool status = false; 966 CandidateForTesselation *baseline ;966 CandidateForTesselation *baseline = NULL; 967 967 LineMap::iterator testline; 968 968 bool OneLoopWithoutSuccessFlag = true; // marks whether we went once through all baselines without finding any without two triangles -
molecuilder/src/molecule_dynamics.cpp
r7a9881 r81c129 162 162 double molecule::ConstrainedPotential(struct EvaluatePotential &Params) 163 163 { 164 double tmp, result; 164 double tmp = 0.; 165 double result = 0.; 165 166 166 167 // go through every atom
Note:
See TracChangeset
for help on using the changeset viewer.