[MOAB-dev] r2002 - in MOAB/trunk/mhdf: include src

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Wed Jul 9 12:10:15 CDT 2008


Author: kraftche
Date: 2008-07-09 12:10:15 -0500 (Wed, 09 Jul 2008)
New Revision: 2002

Modified:
   MOAB/trunk/mhdf/include/mhdf.h
   MOAB/trunk/mhdf/src/sets.c
Log:
fix errors in prev checkin

Modified: MOAB/trunk/mhdf/include/mhdf.h
===================================================================
--- MOAB/trunk/mhdf/include/mhdf.h	2008-07-09 16:05:39 UTC (rev 2001)
+++ MOAB/trunk/mhdf/include/mhdf.h	2008-07-09 17:10:15 UTC (rev 2002)
@@ -1285,7 +1285,7 @@
                                void* end_indices_out,
                                mhdf_Status* status );
 void
-mhdf_readSetContentEndIndicesWithProp( hid_t data_handle,
+mhdf_readSetContentEndIndicesWithOpt( hid_t data_handle,
                                long offset,
                                long count,
                                hid_t hdf_integer_type,

Modified: MOAB/trunk/mhdf/src/sets.c
===================================================================
--- MOAB/trunk/mhdf/src/sets.c	2008-07-09 16:05:39 UTC (rev 2001)
+++ MOAB/trunk/mhdf/src/sets.c	2008-07-09 17:10:15 UTC (rev 2002)
@@ -554,7 +554,7 @@
   API_END;
 }
 void
-mhdf_readSetFlagsWihtOpt( hid_t table_id,
+mhdf_readSetFlagsWithOpt( hid_t table_id,
                    long offset,
                    long count,
                    hid_t type,
@@ -581,7 +581,7 @@
   API_END;
 }
 void
-mhdf_readSetContentEndIndicesWithProp( hid_t table_id,
+mhdf_readSetContentEndIndicesWithOpt( hid_t table_id,
                                long offset,
                                long count,
                                hid_t type,




More information about the moab-dev mailing list