[MOAB-dev] r1739 - MOAB/trunk/test/h5file

kraftche at mcs.anl.gov kraftche at mcs.anl.gov
Thu Apr 3 09:30:57 CDT 2008


Author: kraftche
Date: 2008-04-03 09:30:57 -0500 (Thu, 03 Apr 2008)
New Revision: 1739

Modified:
   MOAB/trunk/test/h5file/h5varlen.cpp
Log:
reduce size of big mesh so test doesn't take so long

Modified: MOAB/trunk/test/h5file/h5varlen.cpp
===================================================================
--- MOAB/trunk/test/h5file/h5varlen.cpp	2008-04-03 14:30:21 UTC (rev 1738)
+++ MOAB/trunk/test/h5file/h5varlen.cpp	2008-04-03 14:30:57 UTC (rev 1739)
@@ -567,7 +567,7 @@
 
 void create_big_mesh( MBInterface& mb )
 {
-  create_structured_quad_mesh( mb, 1000, 700 );
+  create_structured_quad_mesh( mb, 300, 300 );
 }
 
 void compare_tags( const char* name, MBInterface& mb1, MBInterface& mb2 )




More information about the moab-dev mailing list