Changeset aec775 for molecuilder/src/linkedcell.hpp
- Timestamp:
- Oct 17, 2009, 7:46:28 PM (16 years ago)
- Children:
- b0ee98
- Parents:
- bee48d
- File:
-
- 1 edited
-
molecuilder/src/linkedcell.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/linkedcell.hpp
rbee48d raec775 54 54 ~LinkedCell(); 55 55 LinkedNodes* GetCurrentCell(); 56 LinkedNodes* GetRelativeToCurrentCell(int relative[NDIM]); 56 57 bool SetIndexToNode(const TesselPoint *Walker); 57 58 bool SetIndexToVector(const Vector *x); 58 59 bool CheckBounds(); 60 bool CheckBounds(int relative[NDIM]); 59 61 void GetNeighbourBounds(int lower[NDIM], int upper[NDIM]); 60 62
Note:
See TracChangeset
for help on using the changeset viewer.
