Unverified Commit 9d682adf authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Merge pull request #340 from dcookastro/devRadii

Minor corrections
parents 86e0bd6f ce746e08
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -85,7 +85,6 @@ testing GetCubeSerials... (NOTE: unittest sorts the results)
testing set target.................................
Set target using empty PVL.
        TargetName = 

Set target using actual PVL.
Group = Mapping
  TargetName = Mars
+3 −3
Original line number Diff line number Diff line
@@ -222,7 +222,7 @@ namespace Isis {
      }

      if ( controlPoint->GetId().isEmpty() ) {
        QString msg = "Unbable to write control net to PVL file. "
        QString msg = "Unable to write control net to PVL file. "
                      "Invalid control point has no point ID value.";
        throw IException(IException::Unknown, msg, _FILEINFO_);
      }