29 #ifndef RKIntegrator_h
30 #define RKIntegrator_h 1
62 const std::string & variableName=
"anon",
63 double defStartingValue=0.0,
64 double startingValueMin=0.0,
65 double startingValueMax=0.0);
71 double defStartingValue=0.0,
72 double startingValueMin=0.0,
73 double startingValueMax=0.0);
95 std::vector<const RKFunction *> _fcn;
165 const unsigned int _index;