Commit f17c8fc3 authored by Kristin Berry's avatar Kristin Berry Committed by Jesse Mapel
Browse files

Remove function from parent

parent 2fc3e2ae
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -163,24 +163,6 @@ namespace Isis {
  }


  // Need something that provides this functionality in child classes, but not here -- function signatures will be different.
  /**
   * Set solve parameters
   *
   * @param solveSettings The solve settings to use
   *
   * @return @b bool Returns true if settings were successfully set
   *
   * @internal
   *   @todo initParameterWeights() doesn't return false, so this methods always
   *         returns true.
   */
  bool AbstractBundleObservation::setSolveSettings(BundleObservationSolveSettings solveSettings) {
    // different for both
    return false;
  }


  /**
   * Accesses the instrument id
   *
+0 −3
Original line number Diff line number Diff line
@@ -50,8 +50,6 @@ namespace Isis {

      BundleImageQsp imageByCubeSerialNumber(QString cubeSerialNumber);

      virtual bool setSolveSettings(BundleObservationSolveSettings solveSettings);

      void setIndex(int n);
      int index();

@@ -72,7 +70,6 @@ namespace Isis {

      virtual QString formatBundleOutputString(bool errorPropagation, bool imageCSV=false);

      // CAN we have this for both?
      virtual QStringList parameterList();
      virtual QStringList imageNames();