| 323 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 324 | |
| 325 | std::shared_ptr<FGPropulsion> FGFDMExec::GetPropulsion(void) const |
| 326 | { |
| 327 | return static_pointer_cast<FGPropulsion>(Models[ePropulsion]); |
| 328 | } |
| 329 | |
| 330 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 331 |
no outgoing calls
no test coverage detected