NAMD
ComputeFullDirect.h
Go to the documentation of this file.
1 
7 #ifndef COMPUTEFULLDIRECT_H
8 #define COMPUTEFULLDIRECT_H
9 
10 #include "ComputeHomePatches.h"
11 #include "NamdTypes.h"
12 
13 class SubmitReduction;
14 
16 private:
17  SubmitReduction *reduction;
18 public:
20  virtual ~ComputeFullDirect();
21  void doWork();
22 };
23 
24 #endif
25 
ComputeFullDirect(ComputeID c)
int ComputeID
Definition: NamdTypes.h:183
virtual ~ComputeFullDirect()