| 814 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 815 | |
| 816 | bool FGFDMExec::LoadModel(const SGPath& AircraftPath, const SGPath& EnginePath, |
| 817 | const SGPath& SystemsPath, const string& model, |
| 818 | bool addModelToPath) |
| 819 | { |
| 820 | FGFDMExec::AircraftPath = GetFullPath(AircraftPath); |
| 821 | FGFDMExec::EnginePath = GetFullPath(EnginePath); |
| 822 | FGFDMExec::SystemsPath = GetFullPath(SystemsPath); |
| 823 | |
| 824 | return LoadModel(model, addModelToPath); |
| 825 | } |
| 826 | |
| 827 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 828 |
no test coverage detected