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