Commit 16252f3b authored by Jeannie Backer's avatar Jeannie Backer
Browse files

Modified BundleSettings. Updated xml read/write methods, changed default...

Modified BundleSettings. Updated xml read/write methods, changed default apriori sigma values from -1 to Isis::Null, added hdf5 includes.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/branches/ipce@6065 41f8697f-d340-4b68-9986-7bafba869bb8
parent 6ae6cfa0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ namespace Isis {
   *                           constructor/destructor is not shown as covered by unitTest. Current
   *                           test code coverage is (scope 98.79%, line 98.698%, function 96.0%).
   *   @history 2015-02-20 Jeannie Backer - Changed apriori sigma defaults from -1.0 to Isis::Null.
   *                           Added hdf5 includes.
   *                           Updated xml methods. Added hdf5 includes.
   *  
   *   @todo Determine whether xml stuff needs a Project pointer
   *   @todo Determine which XmlStackedHandlerReader constructor is preferred
@@ -96,7 +96,7 @@ namespace Isis {
      ~BundleSettings();

      // copy constructor
      BundleSettings &operator=(const BundleSettings &other);
      BundleSettings &operator=(const BundleSettings &src);

      void setValidateNetwork(bool validate);
      bool validateNetwork() const;