Commit 256e69b1 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

PROG Fixed unused variable warning. References #2060.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6204 41f8697f-d340-4b68-9986-7bafba869bb8
parent 187b6c84
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2132,7 +2132,7 @@ namespace Isis {
      //  Try to locate point position on current ground source,
      //  TODO ???if doesn't exist,???
      if (!m_groundGmap->SetUniversalGround(lat,lon)) {
        bool located = false;
        located = false;
        QString message = "This point does not exist on the ground source.\n";
        message += "Latitude = " + QString::number(lat);
        message += "  Longitude = " + QString::number(lon);