Loading isis/src/control/objs/ControlNet/ControlNet.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,7 @@ namespace Isis { // notify CubeSerialNumbers of the loss of this point foreach(ControlMeasure * measure, point->getMeasures()) { measureDeleted(measure); point->Delete(measure); } emit pointDeleted(point); Loading Loading
isis/src/control/objs/ControlNet/ControlNet.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -919,7 +919,7 @@ namespace Isis { // notify CubeSerialNumbers of the loss of this point foreach(ControlMeasure * measure, point->getMeasures()) { measureDeleted(measure); point->Delete(measure); } emit pointDeleted(point); Loading