Unverified Commit e9e58c35 authored by ihumphrey's avatar ihumphrey Committed by GitHub
Browse files

reorder history by date in JigsawSetupDialog.h

parent 5a764908
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -77,16 +77,15 @@ namespace Isis {
   *                           updateBundleObservationSolveSettings(BundleObservationSolveSettings &) 
   *                           which grabs BOSS settings from the JSD BOSS tab for selected images 
   *                           in the BOSS QTreeView and saves them in a BOSS object.
   *   @history 2018-06-27 Ian Humphrey - Added validateSigmaTables() that checks if there are any
   *                           invalid a priori sigma values whenever an a priori sigma values changes.
   *                           If any value is invalid, the OK and Apply Settings buttons are disabled
   *                           until all the a priori sigma values are valid again. References #497.
   *   @history 2018-06-26 Tyler Wilson - Added support in
   *                           updateBundleObservationSolveSettings(BundleObservationSolveSettings &)
   *                           for the user to set an arbitrary number of position/pointing Apriori
   *                           Sigma values beyond position/velocity/acceleration.  References #497.
   *   @history 2018-06-27 Ian Humphrey - Added validateSigmaTables() that checks if there are any
   *                           invalid a priori sigma values whenever an a priori sigma values changes.
   *                           If any value is invalid, the OK and Apply Settings buttons are disabled
   *                           until all the a priori sigma values are valid again. References #497.
   */

  class JigsawSetupDialog : public QDialog {
    Q_OBJECT