| 728 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 729 | |
| 730 | bool FGFDMExec::LoadScript(const SGPath& script, double deltaT, |
| 731 | const SGPath& initfile) |
| 732 | { |
| 733 | Script = std::make_shared<FGScript>(this); |
| 734 | return Script->LoadScript(GetFullPath(script), deltaT, initfile); |
| 735 | } |
| 736 | |
| 737 | //%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
| 738 |
no test coverage detected