Changeset 418117a for molecuilder/src/molecule_fragmentation.cpp
- Timestamp:
- Nov 23, 2009, 6:22:33 PM (16 years ago)
- Children:
- 3d4969
- Parents:
- 09d3b8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_fragmentation.cpp
r09d3b8 r418117a 441 441 // transmorph graph keyset list into indexed KeySetList 442 442 if (GlobalKeySetList == NULL) { 443 Log() << Verbose(1) << "ERROR:Given global key set list (graph) is NULL!" << endl;443 eLog() << Verbose(1) << "Given global key set list (graph) is NULL!" << endl; 444 444 return false; 445 445 } … … 898 898 } 899 899 } else { 900 Log() << Verbose(0) << "ERROR:Son " << Runner->Name << " has father " << FatherOfRunner->Name << " but its entry in SonList is " << SonList[FatherOfRunner->nr] << "!" << endl;900 eLog() << Verbose(1) << "Son " << Runner->Name << " has father " << FatherOfRunner->Name << " but its entry in SonList is " << SonList[FatherOfRunner->nr] << "!" << endl; 901 901 } 902 902 if ((LonelyFlag) && (Leaf->AtomCount > 1)) { … … 1133 1133 Log() << Verbose(0) << endl; 1134 1134 //if (!CheckForConnectedSubgraph(FragmentSearch->FragmentSet)) 1135 // Log() << Verbose(0) << "ERROR:The found fragment is not a connected subgraph!" << endl;1135 //eLog() << Verbose(1) << "The found fragment is not a connected subgraph!" << endl; 1136 1136 InsertFragmentIntoGraph(FragmentSearch); 1137 1137 }
Note:
See TracChangeset
for help on using the changeset viewer.