Changeset c1b4a4 for molecuilder/src/bondgraph.hpp
- Timestamp:
- Nov 3, 2009, 4:34:31 PM (16 years ago)
- Children:
- a3ffb44
- Parents:
- 08b88b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bondgraph.hpp
r08b88b rc1b4a4 38 38 bool ConstructBondGraph(ofstream * const out, molecule * const mol); 39 39 double GetBondLength(int firstelement, int secondelement); 40 double SetMaxDistanceToMaxOfCovalentRadii(ofstream * const out, const periodentafel * const periode);40 double SetMaxDistanceToMaxOfCovalentRadii(ofstream * const out, const molecule * const mol); 41 41 42 42 void BondLengthMatrixMinMaxDistance(BondedParticle * const Walker, BondedParticle * const OtherWalker, double &MinDistance, double &MaxDistance, bool IsAngstroem);
Note:
See TracChangeset
for help on using the changeset viewer.