Commit b8e2849a authored by oxez's avatar oxez
Browse files

changes

parent b14dd504
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -226,14 +226,14 @@ namespace Isis {
  }


  /**
   * Used to set the private member variable m_hasEllipsoidIntersection
   *
   * @param status boolean value to set the m_hasEllipsoidIntersection variable to
   */
  void setHasEllipsoidIntersection(bool status) {
    m_hasEllipsoidIntersection = status;
  }
  // /**
  //  * Used to set the private member variable m_hasEllipsoidIntersection
  //  *
  //  * @param status boolean value to set the m_hasEllipsoidIntersection variable to
  //  */
  // void setHasEllipsoidIntersection(bool status) {
  //   m_hasEllipsoidIntersection = status;
  // }


  /**
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ namespace Isis {

      // accessor and setter for m_hasEllipsoidIntersection
      bool hasEllipsoidIntersection();
      void setHasEllipsoidIntersection(bool status);
      // void setHasEllipsoidIntersection(bool status);

      // Set shape name
      void setName(QString name);