| 
    NAMD
    
   | 
 
Go to the source code of this file.
Macros | |
| #define | PATCHMAP_INL | 
| #define | MODULO(I, J) ( (I)<0 ? ((J)-(-1*(I))%(J))%(J) : (I)%(J) ) | 
| #define MODULO | ( | I, | |
| J | |||
| ) | ( (I)<0 ? ((J)-(-1*(I))%(J))%(J) : (I)%(J) ) | 
Definition at line 25 of file PatchMap.inl.
Referenced by PatchMap::getPatchesInOctet(), and PatchMap::pid().
| #define PATCHMAP_INL | 
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved.
Definition at line 8 of file PatchMap.inl.
 1.8.14