[MOAB-dev] r4426 - MOAB/trunk/src/io
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Tue Jan 11 08:40:10 CST 2011
Author: kraftche
Date: 2011-01-11 08:40:09 -0600 (Tue, 11 Jan 2011)
New Revision: 4426
Modified:
MOAB/trunk/src/io/ReadHDF5.cpp
Log:
fix typo in reader option string
Modified: MOAB/trunk/src/io/ReadHDF5.cpp
===================================================================
--- MOAB/trunk/src/io/ReadHDF5.cpp 2011-01-10 18:47:01 UTC (rev 4425)
+++ MOAB/trunk/src/io/ReadHDF5.cpp 2011-01-11 14:40:09 UTC (rev 4426)
@@ -283,7 +283,7 @@
ReadHDF5Dataset::set_hyperslab_selection_limit( hslimit );
else
ReadHDF5Dataset::default_hyperslab_selection_limit();
- if (MB_SUCCESS == opts.get_null_option( "HYERERSLAB_APPEND" ))
+ if (MB_SUCCESS == opts.get_null_option( "HYPERSLAB_APPEND" ))
ReadHDF5Dataset::append_hyperslabs();
dataBuffer = (char*)malloc( bufferSize );
More information about the moab-dev
mailing list