Ignore:
Timestamp:
Oct 30, 2009, 9:05:30 AM (16 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

New class BondGraph.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    rbc8155 r5f697c  
    3535class atom;
    3636class bond;
     37class BondedParticle;
     38class BondGraph;
    3739class element;
    3840class ForceMatrix;
     
    238240  /// Initialising routines in fragmentation
    239241  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);
    241243  int CorrectBondDegree(ofstream *out);
    242244  void OutputBondsList(ofstream *out);
Note: See TracChangeset for help on using the changeset viewer.