NAMD
GlobalMasterTest.h
Go to the documentation of this file.
1 
7 /* This class is just used to test out the GlobalMaster computing
8  objects. */
9 
10 #ifndef GLOBALMASTERTEST_H
11 #define GLOBALMASTERTEST_H
12 
14  protected:
15  virtual void calculate();
16 };
17 
18 #endif
virtual void calculate()