#include <ComputeDPMEMsgs.h>
Public Member Functions | |
| ComputeDPMEResultsMsg (void) | |
| ~ComputeDPMEResultsMsg (void) | |
Static Public Member Functions | |
| void * | pack (ComputeDPMEResultsMsg *msg) |
| ComputeDPMEResultsMsg * | unpack (void *ptr) |
Public Attributes | |
| int | node |
| int | numParticles |
| PmeVector * | forces |
|
|
|
|
|
Definition at line 38 of file ComputeDPMEMsgs.C. 00038 {
00039 delete [] forces;
00040 }
|
|
|
|
|
|
|
|
|
Definition at line 44 of file ComputeDPMEMsgs.h. |
|
|
Definition at line 42 of file ComputeDPMEMsgs.h. |
|
|
Definition at line 43 of file ComputeDPMEMsgs.h. |
1.3.9.1