Loading isis/src/control/objs/LidarControlPoint/LidarControlPoint.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ namespace Isis { * @param time The time to set */ void LidarControlPoint::setTime(QString time) { if (time < 0.0) { if (time.toDouble() < 0.0) { QString msg = "The time must be greater then 0."; throw IException(IException::Unknown, msg, _FILEINFO_); return; Loading isis/src/control/objs/LidarControlPoint/LidarControlPoint.h +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ #include "Cube.h" #include "iTime.h" namespace Isis {e namespace Isis { /** * @brief A lidar control ControlPoint * Loading Loading
isis/src/control/objs/LidarControlPoint/LidarControlPoint.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ namespace Isis { * @param time The time to set */ void LidarControlPoint::setTime(QString time) { if (time < 0.0) { if (time.toDouble() < 0.0) { QString msg = "The time must be greater then 0."; throw IException(IException::Unknown, msg, _FILEINFO_); return; Loading
isis/src/control/objs/LidarControlPoint/LidarControlPoint.h +1 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,7 @@ #include "Cube.h" #include "iTime.h" namespace Isis {e namespace Isis { /** * @brief A lidar control ControlPoint * Loading