| version 1.1013 | version 1.1014 |
|---|
| |
| | |
| #include "Box.h" | #include "Box.h" |
| #include "OwnerBox.h" | #include "OwnerBox.h" |
| #include "PositionBox.h" | |
| #include "PositionOwnerBox.h" | |
| | |
| class Patch; | class Patch; |
| class Node; | class Node; |
| |
| // private: // hack for ComputeNonbondedPair::noWork() | // private: // hack for ComputeNonbondedPair::noWork() |
| PatchID patchID[2]; | PatchID patchID[2]; |
| int trans[2]; | int trans[2]; |
| PositionBox<Patch> *positionBox[2]; | Box<Patch,CompAtom> *positionBox[2]; |
| Box<Patch,Results> *forceBox[2]; | Box<Patch,Results> *forceBox[2]; |
| }; | }; |
| | |