Commit fa158f58 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

PROG: Deleted a line in BundleObservation.cpp for an unused variable which...

PROG:  Deleted a line in BundleObservation.cpp for an unused variable which was throwing a warning during compilation.  References #4314

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7174 41f8697f-d340-4b68-9986-7bafba869bb8
parent 5fb501dd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -803,7 +803,7 @@ namespace Isis {
    std::vector<double> coefRA;
    std::vector<double> coefDEC;
    std::vector<double> coefTWI;
    int precision = 11;
    

    int nPositionCoefficients = m_solveSettings->numberCameraPositionCoefficientsSolved();
    int nPointingCoefficients = m_solveSettings->numberCameraAngleCoefficientsSolved();