Commit eeef1f2f authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Updating to be closer to ISIS coding standards

parent 28902b4a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -125,6 +125,14 @@ namespace Isis {
  }


  /**
   * Returns the spacecraft distance
   * 
   * @param sample The sample of the image
   * @param &surfacePoint The surface point we want to find the distance from
   * 
   * @return double The spacecraft distance
   */
  double SampleScanCameraGroundMap::FindSpacecraftDistance(int sample,
      const SurfacePoint &surfacePoint) {