Remove overloaded fields in Integrator/trick_algorithms/ABM_Integrator.hh

Removed the overloaded fields.

Fixes #33
This commit is contained in:
Alex Lin 2015-03-26 08:04:17 -05:00
parent 94b2a4eff0
commit 7544d9cca7

View File

@ -21,9 +21,6 @@ namespace Trick {
int integrate();
Integrator_type get_Integrator_type() { return(ABM_Method); };
double time;
double time_0;
int counter;
int primed;