Ignore:
Timestamp:
Nov 23, 2009, 7:09:42 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
7df43b, cc9225
Parents:
3d4969
Message:

bugfix to errorLogger and some error verbosity changes.

  • BUGFIX: errorLogger::operator << would first give the message, then the prefix and most of them to cout instead of cerr
  • GetCenterofCircumcircle() did break if sum of angles was > 180 which is unnecessary.
  • config::Load() - bond length table loading is now an error
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/config.cpp

    r3d4969 r7d1ad9  
    10601060    Log() << Verbose(0) << "Bond length table loaded successfully." << endl;
    10611061  } else {
    1062     Log() << Verbose(0) << "Bond length table loading failed." << endl;
     1062    eLog() << Verbose(1) << "Bond length table loading failed." << endl;
    10631063  }
    10641064
Note: See TracChangeset for help on using the changeset viewer.