Changeset 0e2190 for molecuilder/src/linkedcell.hpp
- Timestamp:
- Aug 3, 2009, 6:58:46 PM (16 years ago)
- Children:
- f4a346
- Parents:
- 4e4940 (diff), e8de2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
molecuilder/src/linkedcell.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/linkedcell.hpp
r4e4940 r0e2190 25 25 ~LinkedCell(); 26 26 LinkedAtoms* GetCurrentCell(); 27 bool SetIndexToAtom( atom *Walker);28 bool SetIndexToVector( Vector *x);27 bool SetIndexToAtom(const atom &Walker); 28 bool SetIndexToVector(const Vector *x); 29 29 bool CheckBounds(); 30 void GetNeighbourBounds(int lower[NDIM], int upper[NDIM]); 30 31 31 32 // not implemented yet
Note:
See TracChangeset
for help on using the changeset viewer.
