[MOAB-dev] r3962 - MOAB/trunk/test/parallel

kraftche at cae.wisc.edu kraftche at cae.wisc.edu
Wed May 26 14:26:32 CDT 2010


Author: kraftche
Date: 2010-05-26 14:26:32 -0500 (Wed, 26 May 2010)
New Revision: 3962

Modified:
   MOAB/trunk/test/parallel/mhdf_parallel.c
Log:
forgot this with previous checkin

Modified: MOAB/trunk/test/parallel/mhdf_parallel.c
===================================================================
--- MOAB/trunk/test/parallel/mhdf_parallel.c	2010-05-26 19:13:14 UTC (rev 3961)
+++ MOAB/trunk/test/parallel/mhdf_parallel.c	2010-05-26 19:26:32 UTC (rev 3962)
@@ -70,7 +70,7 @@
   mhdf_writeHistory( file, history, history_size, &status );
   CHECK(status);
   
-  data = mhdf_createNodeCoords( file, 3, num_nodes, &junk, 0, &status );
+  data = mhdf_createNodeCoords( file, 3, num_nodes, &junk, 1, &status );
   CHECK(status);
   mhdf_closeData( file, data, &status );
   CHECK(status);


Property changes on: MOAB/trunk/test/parallel/mhdf_parallel.c
___________________________________________________________________
Deleted: svn:mergeinfo
   - 


































More information about the moab-dev mailing list