Changeset a41b50 for molecuilder/src
- Timestamp:
- Apr 10, 2009, 11:28:39 PM (17 years ago)
- Children:
- 1b2aa1
- Parents:
- bb12e7
- Location:
- molecuilder/src
- Files:
-
- 2 edited
-
moleculelist.cpp (modified) (1 diff)
-
molecules.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/moleculelist.cpp
rbb12e7 ra41b50 35 35 * \return true - add successful 36 36 */ 37 boolMoleculeListClass::insert(molecule *mol)37 void MoleculeListClass::insert(molecule *mol) 38 38 { 39 39 mol->IndexNr = MaxIndex++; -
molecuilder/src/molecules.hpp
rbb12e7 ra41b50 346 346 bool AddHydrogenCorrection(ofstream *out, char *path); 347 347 bool StoreForcesFile(ofstream *out, char *path, int *SortIndex); 348 boolinsert(molecule *mol);348 void insert(molecule *mol); 349 349 molecule * ReturnIndex(int index); 350 350 bool OutputConfigForListOfFragments(ofstream *out, config *configuration, int *SortIndex);
Note:
See TracChangeset
for help on using the changeset viewer.
