Fix warning about an unused variable
This commit is contained in:
parent
d2f4807fa2
commit
0a74d6f8f3
1 changed files with 0 additions and 1 deletions
|
@ -800,7 +800,6 @@ void NavRadioTests::testGlideslopeLongDistance()
|
|||
CPPUNIT_ASSERT(node->getStringValue("frequencies/selected-mhz-fmt") == "109.50");
|
||||
|
||||
CPPUNIT_ASSERT_DOUBLES_EQUAL(gs->glideSlopeAngleDeg(), 3.0, 0.001);
|
||||
double gsAngleRad = gs->glideSlopeAngleDeg() * SG_DEGREES_TO_RADIANS;
|
||||
|
||||
// standard approach (per charts)
|
||||
SGGeod p = SGGeodesy::direct(gs->geod(), 90, 7.5 * SG_NM_TO_METER);
|
||||
|
|
Loading…
Reference in a new issue