Changeset 543ce4 for molecuilder/src/bondgraph.hpp
- Timestamp:
- Nov 4, 2009, 7:56:04 PM (16 years ago)
- Children:
- 4ef101, aa8542
- Parents:
- ec70ec
- File:
-
- 1 edited
-
molecuilder/src/bondgraph.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/bondgraph.hpp
rec70ec r543ce4 35 35 BondGraph(bool IsA); 36 36 ~BondGraph(); 37 bool LoadBondLengthTable( ofstream * const out,const string &filename);38 bool ConstructBondGraph( ofstream * const out,molecule * const mol);37 bool LoadBondLengthTable(const string &filename); 38 bool ConstructBondGraph(molecule * const mol); 39 39 double GetBondLength(int firstelement, int secondelement); 40 double SetMaxDistanceToMaxOfCovalentRadii( ofstream * const out,const molecule * const mol);40 double SetMaxDistanceToMaxOfCovalentRadii(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.
