Changeset 8efbfc for molecuilder
- Timestamp:
- Apr 28, 2008, 11:39:07 AM (17 years ago)
- Children:
- e565a8
- Parents:
- d982bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
rd982bb r8efbfc 2088 2088 status = false; 2089 2089 } 2090 if (CheckAdjacencyFileAgainstMolecule(out, configuration->GetDefaultPath(), ListOfAtoms)) { // NULL entries in ListOfAtoms contain NonMatches 2091 status = ParseKeySetFile(out, configuration->GetDefaultPath(), ListOfAtoms, FragmentList, configuration->GetIsAngstroem()); 2090 status = status && CheckAdjacencyFileAgainstMolecule(out, configuration->GetDefaultPath(), ListOfAtoms); 2091 if (status) { // NULL entries in ListOfAtoms contain NonMatches 2092 status = status && ParseKeySetFile(out, configuration->GetDefaultPath(), ListOfAtoms, FragmentList, configuration->GetIsAngstroem()); 2092 2093 } 2093 2094 Free((void **)&ListOfAtoms, "molecule::FragmentMolecule - **ListOfAtoms");
Note:
See TracChangeset
for help on using the changeset viewer.