Ignore:
Timestamp:
Oct 5, 2009, 10:08:57 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
3746440
Parents:
d40b96
Message:

New function atom::CorrectFactor() and atom::EqualsFather().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/atom.hpp

    rd40b96 rdcbdf2  
    5353  bool Output(int ElementNo, int AtomNo, ofstream *out, const char *comment = NULL) const;
    5454  bool OutputXYZLine(ofstream *out) const;
     55  void EqualsFather ( atom *ptr, atom **res );
     56  void CorrectFather();
    5557  atom *GetTrueFather();
    5658  bool Compare(const atom &ptr);
Note: See TracChangeset for help on using the changeset viewer.