Commit b2a3b5b9 authored by Jeannie Backer's avatar Jeannie Backer Committed by Makayla Shepherd
Browse files

Fixed typo.

parent 96ea809a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -717,7 +717,7 @@ namespace Isis {



    return createPointFromV0006(newPoint);
    return createPoint(newPoint);

  }