#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 293 of file ReductionMgr.h. References ReductionMgr::remove(). 00293 { master->remove(this); }
|
|
||||||||||||
|
Definition at line 287 of file ReductionMgr.h. Referenced by ComputeNonbondedUtil::submitPressureProfileData(). 00287 {
00288 for (int i=0; i<nitems; i++) data[i] += arr[i];
00289 }
|
|
|
|
|
Definition at line 278 of file ReductionMgr.h. |
1.3.9.1