#include "PatchMap.h"#include "AtomMap.h"Go to the source code of this file.
Defines | |
| #define | MODULO(I, J) ( (I)<0 ? ((J)-(-1*(I))%(J))%(J) : (I)%(J) ) |
|
|
Definition at line 25 of file PatchMap.inl. Referenced by PatchMap::pid(). |
1.3.9.1