Ignore:
Timestamp:
Oct 12, 2009, 10:30:02 AM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
ff9879
Parents:
104cf4
Message:

Complete refactoring of molecule_dynamics.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/molecule.hpp

    r104cf4 r7c2f6b  
    176176
    177177  // templates for allowing global manipulation of an array with one entry per atom
     178  void SetIndexedArrayForEachAtomTo ( atom **array, int TesselPoint::* index);
    178179  template <typename T> void SetIndexedArrayForEachAtomTo ( T *array, int TesselPoint::* index, void (*Setor)(T *, T));
    179180  template <typename T> void SetIndexedArrayForEachAtomTo ( T *array, int TesselPoint::* index, void (*Setor)(T *, T), T t);
Note: See TracChangeset for help on using the changeset viewer.