Commit 24e45f45 authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Fixed whitespace per ISIS coding standards.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@6453 41f8697f-d340-4b68-9986-7bafba869bb8
parent f0e80493
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ namespace Isis {
   *                        the negative z axis.  Fixes Mantis ticket #1524
   *   @history 2014-04-17 Jeannie Backer - Replaced local variable names with more
   *                           descriptive names. References #1659.
   *  @history 2015-07-24 Debbie A. Cook Added new methods GetdXYdTOrientation, 
   *   @history 2015-07-24 Debbie A. Cook - Added new methods GetdXYdTOrientation, 
   *                           EllipsoidPartial, and MeanRadiusPartial along with new member
   *                           p_lookB. References Mantis ticket TBD.
   *
+1 −0
Original line number Diff line number Diff line
@@ -498,6 +498,7 @@ namespace Isis {
    }
  }


  /**
   * Return possible serial numbers given an observation number
   *
+6 −0
Original line number Diff line number Diff line
@@ -312,6 +312,7 @@ namespace Isis {
    return stream;
  }


  /**
   * Writes matrix to QDebug stream (dbg)
   */
@@ -485,6 +486,7 @@ namespace Isis {
     }
  }


  /**
   * Prints matrix blocks to std output stream out for debugging.
   */
@@ -561,6 +563,7 @@ namespace Isis {
    }
  }


  /**
     * TODO
     */
@@ -592,6 +595,7 @@ namespace Isis {
      return nLeadingColumnsElements;
    }


  /**
   * Writes matrix to binary disk file pointed to by QDataStream stream
   */
@@ -659,6 +663,7 @@ namespace Isis {
    return stream;
  }


  /**
   * Writes matrix to QDebug stream (dbg)
   */
@@ -724,6 +729,7 @@ namespace Isis {
    copy(src);
  }


  /**
   * Copy method.
   */
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ namespace Isis {
    p_chipCube = NULL;
    p_matchChip = NULL;
    p_matchChipCube = NULL;
//  p_image = NULL;
    p_image = NULL;
    p_image = new QImage(512, 512, QImage::Format_RGB32);
    p_image->fill(Qt::black);
    p_controlNet = NULL;
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.