Commit b0ac3b96 authored by Ken Edmundson's avatar Ken Edmundson
Browse files

bugs after fixing merge conflicts

parent b46df7dd
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -882,11 +882,6 @@ namespace Isis {
      double vtpv = 0.0;
      double previousSigma0 = 0.0;

      // Set up formatting for status updates with doubles (e.g. Sigma0, Elapsed Time)
      int fieldWidth = 20;
      char format = 'f';
      int precision = 10;

      // start the clock
      clock_t solveStartClock = clock();