Commit 073cf18a authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Temporary check-in of Camera changes without the shape model isDEM()...

PROG: Temporary check-in of Camera changes without the shape model isDEM() method to be patched to isis3.4.9 and reverted after patch.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6185 41f8697f-d340-4b68-9986-7bafba869bb8
parent 690a2a7e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1255,7 +1255,8 @@ namespace Isis {
    // neighbors is potentially expensive, so we will not calculate the neighbors
    // for shape models whose calculateLocalNormal() method won't use them.
    bool computed = p_pointComputed;
    if (!shapeModel->isDEM()) {
    if ((QString::compare(shapeModel->name(), "DemShape", Qt::CaseInsensitive) != 0) &&
        (QString::compare(shapeModel->name(), "EquatorialCylindricalShape", Qt::CaseInsensitive) != 0)) {
      // Non-DEM case: Ellipsoid, NAIF DSK, or Plane --
      // Pass in a vector where all of the "neighbors" are the origin (shape model center).
      // We do this so that if the implementation of the calculateLocalNormal() method in