MCPcopy Create free account
hub / github.com/JSBSim-Team/jsbsim / FGScript

Method FGScript

src/input_output/FGScript.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63// Constructor
64
65FGScript::FGScript(FGFDMExec* fgex) : FDMExec(fgex)
66{
67 PropertyManager=FDMExec->GetPropertyManager();
68
69 Debug(0);
70}
71
72//%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected