Changeset 7c2f6b for molecuilder/src/molecule.hpp
- Timestamp:
- Oct 12, 2009, 10:30:02 AM (16 years ago)
- Children:
- ff9879
- Parents:
- 104cf4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule.hpp
r104cf4 r7c2f6b 176 176 177 177 // templates for allowing global manipulation of an array with one entry per atom 178 void SetIndexedArrayForEachAtomTo ( atom **array, int TesselPoint::* index); 178 179 template <typename T> void SetIndexedArrayForEachAtomTo ( T *array, int TesselPoint::* index, void (*Setor)(T *, T)); 179 180 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.