Changeset 418117a for molecuilder/src/molecule_dynamics.cpp
- Timestamp:
- Nov 23, 2009, 6:22:33 PM (16 years ago)
- Children:
- 3d4969
- Parents:
- 09d3b8
- File:
-
- 1 edited
-
molecuilder/src/molecule_dynamics.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_dynamics.cpp
r09d3b8 r418117a 428 428 } 429 429 if (Potential > Params.PenaltyConstants[2]) { 430 eLog() << Verbose( 0) << "ERROR:The two-step permutation procedure did not maintain injectivity!" << endl;430 eLog() << Verbose(1) << "The two-step permutation procedure did not maintain injectivity!" << endl; 431 431 exit(255); 432 432 } 433 433 //Log() << Verbose(0) << endl; 434 434 } else { 435 eLog() << Verbose( 0) << "ERROR: "<< *Runner << " was not the owner of " << *Sprinter << "!" << endl;435 eLog() << Verbose(1) << *Runner << " was not the owner of " << *Sprinter << "!" << endl; 436 436 exit(255); 437 437 }
Note:
See TracChangeset
for help on using the changeset viewer.
