Ignore:
Timestamp:
Dec 16, 2009, 4:17:50 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
281324
Parents:
3d4969
git-author:
Frederik Heber <heber@…> (12/16/09 16:13:53)
git-committer:
Frederik Heber <heber@…> (12/16/09 16:17:50)
Message:

Fixing the testsuite.

  • Putting performCriticalExit() everywhere blindly, is not actually such a good idea. Sometimes, we try opening files but it its not really bad when it fails. As there are fallbacks:

Signed-off-by: Frederik Heber <heber@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/moleculelist.cpp

    r3d4969 r16f34d  
    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.