Commit 85887e1c authored by Oleg Alexandrov's avatar Oleg Alexandrov Committed by Jesse Mapel
Browse files

Fix compile error

parent 363546b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2514,7 +2514,7 @@ void UsgsAstroLsSensorModel::setLinearApproximation()
  double height, aPrec;
  double desired_precision = 0.01;
  computeElevation(refPt.x, refPt.y, refPt.z, height, aPrec, desired_precision);
  if (isnan(height))
  if (std::isnan(height))
  {
    MESSAGE_LOG(m_logger, "setLinearApproximation: computeElevation of"
                                "reference point {} {} {} with desired precision"