Commit d4649aeb authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Fixed default transverse distortion not working

parent 4a7fed9e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -807,6 +807,8 @@ std::vector<double> getDistortionCoeffs(json isd, csm::WarningList *list) {
              "Utilities::getDistortion()"));
        }
        coefficients = std::vector<double>(20, 0.0);
        coefficients[1] = 1.0;
        coefficients[12] = 1.0;
      }
    }
    break;