Commit 6d22eb55 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

Removed unused parameter in Camera::ComputeAzimuth() that was causing build failure.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@7234 41f8697f-d340-4b68-9986-7bafba869bb8
parent c4148ee3
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -497,9 +497,7 @@ namespace Isis {
    private:
      void GroundRangeResolution();
      void ringRangeResolution();
      double ComputeAzimuth(Distance radius,
                            const double lat, 
                            const double lon);
      double ComputeAzimuth(const double lat, const double lon);
      bool RawFocalPlanetoImage();
      // SetImage helper functions: 
      // bool SetImageNoProjection(const double sample, const double line);