mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Remove overloaded fields in Integrator/trick_algorithms/ABM_Integrator.hh
Removed the overloaded fields. Fixes #33
This commit is contained in:
parent
94b2a4eff0
commit
7544d9cca7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user