00001 00007 /* This class is just used to test out the GlobalMaster computing 00008 objects. */ 00009 00010 #ifndef GLOBALMASTERTEST_H 00011 #define GLOBALMASTERTEST_H 00012 00013 class GlobalMasterTest : public GlobalMaster { 00014 protected: 00015 virtual void calculate(); 00016 }; 00017 00018 #endif
1.3.9.1