#include <ReductionMgr.h>
Public Member Functions | |
| BigReal & | item (int i) |
| void | add (int nitems, const BigReal *arr) |
| void | submit (void) |
| ~SubmitReduction (void) | |
Friends | |
| class | ReductionMgr |
|
|
Definition at line 304 of file ReductionMgr.h. References ReductionMgr::remove(). 00304 { master->remove(this); }
|
|
||||||||||||
|
Definition at line 298 of file ReductionMgr.h. Referenced by ComputeNonbondedUtil::submitPressureProfileData(). 00298 {
00299 for (int i=0; i<nitems; i++) data[i] += arr[i];
00300 }
|
|
|
|
|
Definition at line 289 of file ReductionMgr.h. |
1.3.9.1