[MOAB-dev] r3968 - MOAB/trunk/src/io

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed May 26 17:00:48 CDT 2010


Author: kraftche
Date: 2010-05-26 17:00:47 -0500 (Wed, 26 May 2010)
New Revision: 3968

Modified:
   MOAB/trunk/src/io/WriteHDF5.hpp
Log:
another build error

Modified: MOAB/trunk/src/io/WriteHDF5.hpp
===================================================================
--- MOAB/trunk/src/io/WriteHDF5.hpp	2010-05-26 21:52:58 UTC (rev 3967)
+++ MOAB/trunk/src/io/WriteHDF5.hpp	2010-05-26 22:00:47 UTC (rev 3968)
@@ -44,8 +44,9 @@
 
 class MB_DLL_EXPORT WriteHDF5 : public WriterIface
 {
-protected: 
 
+public:
+
   /** The type to use for entity IDs w/in the file.
    * 
    * NOTE:  If this is changed, the value of id_type 
@@ -102,8 +103,6 @@
                 
     const char* name() const;
   };
-
-public:
   
   //! Tag to write to file.
   struct SparseTag





























More information about the moab-dev mailing list