Changeset 281324 for molecuilder/src


Ignore:
Timestamp:
Dec 16, 2009, 4:18:46 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
0310b8
Parents:
230b16 (diff), 16f34d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'FixTestSuite' into FixDegeneratedTesselation

Location:
molecuilder/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/builder.cpp

    r230b16 r281324  
    21072107                if (volume != -1)
    21082108                  ExitFlag = 255;
    2109                   eLog() << Verbose(0) << "Not enough arguments given for suspension: -u <density>" << endl;
     2109                  eLog() << Verbose(0) << "Not enough or invalid arguments given for suspension: -u <density>" << endl;
    21102110                  performCriticalExit();
    21112111              } else {
  • molecuilder/src/molecule_graph.cpp

    r230b16 r281324  
    11171117  bool status = true;
    11181118  if (ReferenceStack->IsEmpty()) {
    1119     eLog() << Verbose(0) << "ReferenceStack is empty!" << endl;
    1120     performCriticalExit();
     1119    Log() << Verbose(1) << "ReferenceStack is empty!" << endl;
    11211120    return false;
    11221121  }
  • molecuilder/src/moleculelist.cpp

    r230b16 r281324  
    402402  input.open(line.c_str());
    403403  if (input == NULL) {
    404     eLog() << Verbose(0) << endl << "Unable to open " << line << ", is the directory correct?" << endl;
    405     performCriticalExit();
     404    Log() << Verbose(1) << endl << "Unable to open " << line << ", is the directory correct?" << endl;
    406405    return false;
    407406  }
Note: See TracChangeset for help on using the changeset viewer.