NAMD
ComputeLjPmeSerial.h
Go to the documentation of this file.
1 
7 #ifndef COMPUTELJPMESERIAL_H
8 #define COMPUTELJPMESERIAL_H
9 
10 #include "ComputeHomePatches.h"
11 #include "NamdTypes.h"
12 
13 class SubmitReduction;
15 class LjPmeSerialAtom;
16 
18 public:
20  virtual ~ComputeLjPmeSerial();
21  void doWork();
23 
24  private:
25  SubmitReduction *reduction;
26 
27 };
28 
29 #endif
30 
int32 ComputeID
Definition: NamdTypes.h:278
void saveResults(LjPmeSerialForceMsg *)
ComputeLjPmeSerial(ComputeID c)