#include <NamdCentLB.h>
Public Member Functions | |
| NamdCentLB () | |
|
|
Definition at line 35 of file NamdCentLB.C. 00035 : CentralLB(CkLBOptions(-1))
00036 {
00037 // if (CkMyPe()==0)
00038 // CkPrintf("[%d] NamdCentLB created\n",CkMyPe());
00039 processorArray = 0;
00040 patchArray = 0;
00041 computeArray = 0;
00042 }
|
1.3.9.1