Changes in molecuilder/src/parser.cpp [59b70a:3d4969]
- File:
-
- 1 edited
-
molecuilder/src/parser.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
r59b70a r3d4969 158 158 //Log() << Verbose(0) << "Opening " << name << " ... " << input << endl; 159 159 if (input == NULL) { 160 eLog() << Verbose( 1) << endl << "Unable to open " << name << ", is the directory correct?" << endl;161 //performCriticalExit();160 eLog() << Verbose(0) << endl << "Unable to open " << name << ", is the directory correct?" << endl; 161 performCriticalExit(); 162 162 return false; 163 163 }
Note:
See TracChangeset
for help on using the changeset viewer.
