| version 1.1012 | version 1.1013 |
|---|
| |
| | |
| #include "Box.h" | #include "Box.h" |
| #include "OwnerBox.h" | #include "OwnerBox.h" |
| #include "PositionBox.h" | |
| #include "PositionOwnerBox.h" | |
| | |
| class PatchElem { | class PatchElem { |
| public: | public: |
| PatchID patchID; | PatchID patchID; |
| HomePatch *p; | HomePatch *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; |
| Results *r; | Results *r; |