MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / DoLinearization

Method DoLinearization

src/FGFDMExec.cpp:1351–1357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1349//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1350
1351void FGFDMExec::DoLinearization(int)
1352{
1353 double dt0 = this->GetDeltaT();
1354 FGLinearization lin(this);
1355 lin.WriteScicoslab();
1356 this->Setdt(dt0);
1357}
1358
1359//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
1360

Callers

nothing calls this directly

Calls 1

WriteScicoslabMethod · 0.80

Tested by

no test coverage detected