Commit 8325ce9f authored by Jeannie Backer's avatar Jeannie Backer
Browse files

PROG: Commented out HDF method in the Statistics class to allow MAC OS libraries to properly build.

git-svn-id: http://subversion.wr.usgs.gov/repos/prog/isis3/trunk@6497 41f8697f-d340-4b68-9986-7bafba869bb8
parent 8569b508
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -862,6 +862,12 @@ namespace Isis {
    return statistics.read(stream);
  }

#if 0
//??? not working for prog14/15???
dyld: Symbol not found: __ZN2H58PredType12NATIVE_INT64E
  Referenced from: /usgs/pkgs/isis3beta2015-12-24/isis/bin/../lib/libisis3.4.12.dylib
  Expected in: flat namespace
 in /usgs/pkgs/isis3beta2015-12-24/isis/bin/../lib/libisis3.4.12.dylib

  /** 
   *  H5 compound data type uses the offesets from the QDataStream returned by
@@ -939,4 +945,6 @@ namespace Isis {

    return compoundDataType;
  }
#endif

} // end namespace isis