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