| version 1.1049 | version 1.1050 |
|---|
| |
| | |
| #include "Box.h" | #include "Box.h" |
| #include "OwnerBox.h" | #include "OwnerBox.h" |
| #include "PositionBox.h" | |
| #include "PositionOwnerBox.h" | |
| #include "UniqueSet.h" | #include "UniqueSet.h" |
| | |
| #include "Node.h" | #include "Node.h" |
| |
| public: | public: |
| PatchID patchID; | PatchID patchID; |
| Patch *p; | Patch *p; |
| PositionBox<Patch> *positionBox; | Box<Patch,CompAtom> *positionBox; |
| PositionBox<Patch> *avgPositionBox; | Box<Patch,CompAtom> *avgPositionBox; |
| Box<Patch,Results> *forceBox; | Box<Patch,Results> *forceBox; |
| CompAtom *x; | CompAtom *x; |
| #ifdef MEM_OPT_VERSION | #ifdef MEM_OPT_VERSION |