Changeset 3d4969 for molecuilder/src/molecule_graph.cpp
- Timestamp:
- Nov 23, 2009, 6:51:50 PM (16 years ago)
- Children:
- 16f34d, 7d1ad9
- Parents:
- 418117a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_graph.cpp
r418117a r3d4969 926 926 break; // breaking here will not cause error! 927 927 } 928 if (i == vertex->ListOfBonds.size()) 928 if (i == vertex->ListOfBonds.size()) { 929 929 eLog() << Verbose(0) << "Error: All Component entries are already occupied!" << endl; 930 } else 930 performCriticalExit(); 931 } 932 } else { 931 933 eLog() << Verbose(0) << "Error: Given vertex is NULL!" << endl; 934 performCriticalExit(); 935 } 932 936 } 933 937 ; … … 1114 1118 if (ReferenceStack->IsEmpty()) { 1115 1119 eLog() << Verbose(0) << "ReferenceStack is empty!" << endl; 1120 performCriticalExit(); 1116 1121 return false; 1117 1122 }
Note:
See TracChangeset
for help on using the changeset viewer.