Commit aa412649 authored by Makayla Shepherd's avatar Makayla Shepherd
Browse files

Made LidarControlPoint compile with time changes.

parent 69c0307b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@
#include "Cube.h"
#include "iTime.h"

namespace Isis {e
namespace Isis {
  /**
   * @brief A lidar control ControlPoint
   *