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