mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Fix integrator size. Was one state variable short. #933
This commit is contained in:
parent
efffa146e6
commit
700e8269aa
@ -21,8 +21,8 @@ class LanderSimObject : public Trick::SimObject {
|
||||
};
|
||||
|
||||
LanderSimObject dyn;
|
||||
IntegLoop dyn_integloop(0.10) dyn;
|
||||
IntegLoop dyn_integloop(0.1) dyn;
|
||||
|
||||
void create_connections() {
|
||||
dyn_integloop.getIntegrator(Runge_Kutta_4, 5);
|
||||
dyn_integloop.getIntegrator(Runge_Kutta_4, 6);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user