Changeset 59b70a


Ignore:
Timestamp:
Dec 16, 2009, 11:51:17 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
65f1dba
Parents:
35f733
Message:

FIX: MatrixContainer::ParseMatrix() should not call performCriticalExit(), when file opening fails.

  • this caused failed BondLengthTable loading to exit the program, instead of falling back to vdW-Radii
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/parser.cpp

    r35f733 r59b70a  
    158158  //Log() << Verbose(0) << "Opening " << name << " ... "  << input << endl;
    159159  if (input == NULL) {
    160     eLog() << Verbose(0) << endl << "Unable to open " << name << ", is the directory correct?" << endl;
    161     performCriticalExit();
     160    eLog() << Verbose(1) << endl << "Unable to open " << name << ", is the directory correct?" << endl;
     161    //performCriticalExit();
    162162    return false;
    163163  }
Note: See TracChangeset for help on using the changeset viewer.