Changes in molecuilder/src/parser.cpp [3d4969:e6fe8a]
- File:
-
- 1 edited
-
molecuilder/src/parser.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/parser.cpp
r3d4969 re6fe8a 6 6 7 7 // ======================================= INCLUDES ========================================== 8 9 #include <cstring> 8 10 9 11 #include "helpers.hpp" … … 158 160 //Log() << Verbose(0) << "Opening " << name << " ... " << input << endl; 159 161 if (input == NULL) { 160 eLog() << Verbose( 0) << endl << "Unable to open " << name << ", is the directory correct?" << endl;161 performCriticalExit();162 eLog() << Verbose(1) << endl << "Unable to open " << name << ", is the directory correct?" << endl; 163 //performCriticalExit(); 162 164 return false; 163 165 }
Note:
See TracChangeset
for help on using the changeset viewer.
