00001 00002 00005 #ifndef OPT2_H 00006 #define OPT2_H 00007 00008 class opt2 : public opt { 00009 public: 00010 opt2() { STRAT_T = OPT2_T; } 00011 virtual void Step(); 00012 }; 00013 00014 #endif