CG  Version 25
AdvanceParameters.h
Go to the documentation of this file.
1 #ifndef ADVANCE_PARAMETERS_H
2 #define ADVANCE_PARAMETERS_H
3 
4 // this class holds the variables that define the state of an advance routine.
5 
7 {
8 public:
9 
10 virtual AdvanceParameters();
12 
13 
14 virtual void initialize();
15 
16 bool init;
17 
18 
19 };
20 
21 
22 #endif