Unverified Commit 21308692 authored by acpaquette's avatar acpaquette Committed by GitHub
Browse files

Fixed cube access as it is a pointer (#5479)

parent d6162195
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ namespace Isis{
    cube->read(b);

    double rot;
    if (cube.hasBlob("CSMState", "String")) {
    if (cube->hasBlob("CSMState", "String")) {
      rot = ((CSMCamera*)cam)->CelestialNorthClockAngle();
    } else {
      rot = cam->CelestialNorthClockAngle();