Changeset 5f697c for molecuilder/src/molecule.hpp
- Timestamp:
- Oct 30, 2009, 9:05:30 AM (16 years ago)
- Children:
- b84ab4
- Parents:
- bc8155
- git-author:
- Frederik Heber <heber@…> (10/30/09 08:30:57)
- git-committer:
- Frederik Heber <heber@…> (10/30/09 09:05:30)
- File:
-
- 1 edited
-
molecuilder/src/molecule.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.hpp
rbc8155 r5f697c 35 35 class atom; 36 36 class bond; 37 class BondedParticle; 38 class BondGraph; 37 39 class element; 38 40 class ForceMatrix; … … 238 240 /// Initialising routines in fragmentation 239 241 void CreateAdjacencyListFromDbondFile(ofstream *out, ifstream *output); 240 void CreateAdjacencyList(ofstream *out, double bonddistance, bool IsAngstroem );242 void CreateAdjacencyList(ofstream *out, double bonddistance, bool IsAngstroem, void (BondGraph::*f)(BondedParticle * const , BondedParticle * const , double &, double &, bool), BondGraph *BG = NULL); 241 243 int CorrectBondDegree(ofstream *out); 242 244 void OutputBondsList(ofstream *out);
Note:
See TracChangeset
for help on using the changeset viewer.
