Commit 1c1a5484 authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Removed duplication of the last record with polynomial tables.

parent 88ba182c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -598,7 +598,6 @@ namespace Isis {

      CacheLabel(table);
      PolynomialLabel(table);
      table += record;
      return table;
    }

+0 −1
Original line number Diff line number Diff line
@@ -829,7 +829,6 @@ namespace Isis {
        }
      }

      table += record;
      CacheLabel(table);
      PolynomialLabel(table);
      return table;