[MOAB-dev] r3963 - MOAB/trunk/test/parallel
kraftche at cae.wisc.edu
kraftche at cae.wisc.edu
Wed May 26 14:28:27 CDT 2010
Author: kraftche
Date: 2010-05-26 14:28:27 -0500 (Wed, 26 May 2010)
New Revision: 3963
Modified:
MOAB/trunk/test/parallel/mhdf_parallel.c
Log:
try again to check in the correct version
Modified: MOAB/trunk/test/parallel/mhdf_parallel.c
===================================================================
--- MOAB/trunk/test/parallel/mhdf_parallel.c 2010-05-26 19:26:32 UTC (rev 3962)
+++ MOAB/trunk/test/parallel/mhdf_parallel.c 2010-05-26 19:28:27 UTC (rev 3963)
@@ -70,7 +70,7 @@
mhdf_writeHistory( file, history, history_size, &status );
CHECK(status);
- data = mhdf_createNodeCoords( file, 3, num_nodes, &junk, 1, &status );
+ data = mhdf_createNodeCoords( file, 3, num_nodes, &junk, &status );
CHECK(status);
mhdf_closeData( file, data, &status );
CHECK(status);
More information about the moab-dev
mailing list