Ignore:
Timestamp:
Jan 10, 2010, 7:10:52 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
51a8a1
Parents:
70e11d
Message:

BUGFIX - molecule::MinimiseConstrainedPotential() OldPotential was used outside of loop in output message.

Signed-off-by: Frederik Heber <heber@tabletINS.(none)>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule_dynamics.cpp

    r70e11d r00b5802  
    370370
    371371  // 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;
    373373  OldPotential = 1e+10;
    374374  round = 0;
    375375  do {
    376     Log() << Verbose(2) << "Starting round " << ++round << " ... " << endl;
     376    Log() << Verbose(2) << "Starting round " << ++round << ", at current potential " << OldPotential << " ... " << endl;
    377377    OlderPotential = OldPotential;
    378378    do {
Note: See TracChangeset for help on using the changeset viewer.