Ignore:
Timestamp:
Oct 18, 2009, 4:35:25 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
312ba2
Parents:
f444ce
Message:

Removed ResetAllAtomNumbers(), replaced by templated SetAtomValueToValue().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    rf444ce r6e250f  
    187187  template <typename T> void SetAtomValueToIndexedArray ( T *array, int TesselPoint::*index, T atom::*value );
    188188  template <typename T> void SetAtomValueToIndexedArray ( T *array, int element::*index, T atom::*value );
     189  template <typename T> void SetAtomValueToValue ( T value, T atom::*ptr );
    189190
    190191  template <typename res> res SumPerAtom(res (atom::*f)() );
     
    269270  void InitComponentNumbers();
    270271  void ResetAllBondsToUnused();
    271   void ResetAllAtomNumbers();
    272272  int CountCyclicBonds(ofstream *out);
    273273  bool CheckForConnectedSubgraph(ofstream *out, KeySet *Fragment);
Note: See TracChangeset for help on using the changeset viewer.