| 669 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 670 | |
| 671 | bool FGFDMExec::LoadModel(const SGPath& AircraftPath, const SGPath& EnginePath, |
| 672 | const SGPath& SystemsPath, const string& model, |
| 673 | bool addModelToPath) |
| 674 | { |
| 675 | FGFDMExec::AircraftPath = GetFullPath(AircraftPath); |
| 676 | FGFDMExec::EnginePath = GetFullPath(EnginePath); |
| 677 | FGFDMExec::SystemsPath = GetFullPath(SystemsPath); |
| 678 | |
| 679 | return LoadModel(model, addModelToPath); |
| 680 | } |
| 681 | |
| 682 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 683 |
no test coverage detected