Changeset 16f34d for molecuilder/src
- Timestamp:
- Dec 16, 2009, 4:17:50 PM (16 years ago)
- 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)
- Location:
- molecuilder/src
- Files:
-
- 3 edited
-
builder.cpp (modified) (1 diff)
-
molecule_graph.cpp (modified) (1 diff)
-
moleculelist.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/builder.cpp
r3d4969 r16f34d 2081 2081 if (volume != -1) 2082 2082 ExitFlag = 255; 2083 eLog() << Verbose(0) << "Not enough arguments given for suspension: -u <density>" << endl;2083 eLog() << Verbose(0) << "Not enough or invalid arguments given for suspension: -u <density>" << endl; 2084 2084 performCriticalExit(); 2085 2085 } else { -
molecuilder/src/molecule_graph.cpp
r3d4969 r16f34d 1117 1117 bool status = true; 1118 1118 if (ReferenceStack->IsEmpty()) { 1119 eLog() << Verbose(0) << "ReferenceStack is empty!" << endl; 1120 performCriticalExit(); 1119 Log() << Verbose(1) << "ReferenceStack is empty!" << endl; 1121 1120 return false; 1122 1121 } -
molecuilder/src/moleculelist.cpp
r3d4969 r16f34d 402 402 input.open(line.c_str()); 403 403 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; 406 405 return false; 407 406 }
Note:
See TracChangeset
for help on using the changeset viewer.
