Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JSBSim-Team/jsbsim
/ FGAtmosphereTest
Method
FGAtmosphereTest
tests/unit_tests/FGAtmosphereTest.h:58–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
FGFDMExec fdmex;
57
58
FGAtmosphereTest() {
59
auto atm = fdmex.GetAtmosphere();
60
fdmex.GetPropertyManager()->Unbind(atm);
61
}
62
63
void testDefaultValuesBeforeInit()
64
{
Callers
nothing calls this directly
Calls
2
GetAtmosphere
Method · 0.80
Unbind
Method · 0.80
Tested by
no test coverage detected