|
@@ -2,11 +2,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
-#include <hdf/mfhdf.h>
|
|
|
+#include <hdf4cpp/HdfAttribute.h>
|
|
|
#include <hdf4cpp/HdfFile.h>
|
|
|
#include <hdf4cpp/HdfItem.h>
|
|
|
+#include <mfhdf.h>
|
|
|
#include <sstream>
|
|
|
-#include <hdf4cpp/HdfAttribute.h>
|
|
|
|
|
|
hdf4cpp::HdfItem::HdfDatasetItem::HdfDatasetItem(int32 id, const HdfDestroyerChain &chain)
|
|
|
: HdfItemBase(id, SDATA, chain) {
|
|
@@ -133,4 +133,4 @@ hdf4cpp::HdfItem::Iterator hdf4cpp::HdfItem::end() const {
|
|
|
}
|
|
|
default: { return Iterator(sId, vId, item->getId(), 0, getType(), chain); }
|
|
|
}
|
|
|
-}
|
|
|
+}
|