Changeset 7b1cea for molecuilder/src/molecules.cpp
- Timestamp:
- Apr 29, 2008, 7:04:59 AM (17 years ago)
- Children:
- 2456db
- Parents:
- 36b128
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecules.cpp
r36b128 r7b1cea 2093 2093 status = false; 2094 2094 } 2095 status = status && CheckAdjacencyFileAgainstMolecule(out, configuration-> GetDefaultPath(), ListOfAtoms);2095 status = status && CheckAdjacencyFileAgainstMolecule(out, configuration->configpath, ListOfAtoms); 2096 2096 if (status) { // NULL entries in ListOfAtoms contain NonMatches 2097 status = status && ParseKeySetFile(out, configuration-> GetDefaultPath(), ListOfAtoms, FragmentList, configuration->GetIsAngstroem());2097 status = status && ParseKeySetFile(out, configuration->configpath, ListOfAtoms, FragmentList, configuration->GetIsAngstroem()); 2098 2098 } 2099 2099 Free((void **)&ListOfAtoms, "molecule::FragmentMolecule - **ListOfAtoms"); … … 2102 2102 if (!status) { 2103 2103 // === store Adjacency file === 2104 StoreAdjacencyToFile(out, configuration-> GetDefaultPath());2104 StoreAdjacencyToFile(out, configuration->configpath); 2105 2105 2106 2106 // === first perform a DFS analysis to gather info on cyclic structure and a list of disconnected subgraphs ===
Note:
See TracChangeset
for help on using the changeset viewer.