diff --git a/src/Instrumentation/dclgps.cxx b/src/Instrumentation/dclgps.cxx index f3bbfc2a6..a20189cd9 100644 --- a/src/Instrumentation/dclgps.cxx +++ b/src/Instrumentation/dclgps.cxx @@ -1027,6 +1027,9 @@ void DCLGPS::CreateFlightPlan(GPSFlightPlan* fp, vector ids, vectorgetIntValue(); - double tilt = _Instrument->getDoubleValue("tilt", -85); +// int mode = _radar_mode_control_node->getIntValue(); +// double tilt = _Instrument->getDoubleValue("tilt", -85); double el_limit = _Instrument->getDoubleValue("elev-limit", 15); double el_step = _Instrument->getDoubleValue("elev-step-deg", 15); double az_limit = _Instrument->getDoubleValue("az-limit-deg", 15); diff --git a/src/Instrumentation/wxradar.cxx b/src/Instrumentation/wxradar.cxx index 968db833a..6c2187ae7 100644 --- a/src/Instrumentation/wxradar.cxx +++ b/src/Instrumentation/wxradar.cxx @@ -463,7 +463,7 @@ wxRadarBg::update_weather() // pretend we have a scan angle bigger then the FOV // TODO:check real fov, enlarge if < nn, and do clipping if > mm - const float fovFactor = 1.45f; +// const float fovFactor = 1.45f; _Instrument->setStringValue("status", modeButton.c_str()); list_of_SGWxRadarEcho *radarEcho = &_radarEchoBuffer;