Changes in src/molecule_dynamics.cpp [ebe4d6:e359a8]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule_dynamics.cpp
rebe4d6 re359a8 370 370 371 371 // argument minimise the constrained potential in this injective PermutationMap 372 Log() << Verbose(1) << "Argument minimising the PermutationMap ." << endl;372 Log() << Verbose(1) << "Argument minimising the PermutationMap, at current potential " << OldPotential << " ... " << endl; 373 373 OldPotential = 1e+10; 374 374 round = 0; 375 375 do { 376 Log() << Verbose(2) << "Starting round " << ++round << " , at current potential " << OldPotential << "... " << endl;376 Log() << Verbose(2) << "Starting round " << ++round << " ... " << endl; 377 377 OlderPotential = OldPotential; 378 378 do {
Note:
See TracChangeset
for help on using the changeset viewer.