[MOAB-dev] r5511 - MOAB/trunk/tools/mbcoupler

iulian at mcs.anl.gov iulian at mcs.anl.gov
Sun Apr 29 09:58:14 CDT 2012


Author: iulian
Date: 2012-04-29 09:58:14 -0500 (Sun, 29 Apr 2012)
New Revision: 5511

Modified:
   MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp
Log:
set the absolute tolerance, by default it is 0
passes in serial now, but not in parallel. 


Modified: MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp
===================================================================
--- MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp	2012-04-29 14:50:48 UTC (rev 5510)
+++ MOAB/trunk/tools/mbcoupler/mbcoupler_test.cpp	2012-04-29 14:58:14 UTC (rev 5511)
@@ -603,7 +603,7 @@
 
 
     // locate those points in the source mesh
-  result = mbc.locate_points(&vpos[0], numPointsOfInterest);
+  result = mbc.locate_points(&vpos[0], numPointsOfInterest, 0, 1.e-10);
   PRINT_LAST_ERROR;
 
   pointloc_time = MPI_Wtime();








































More information about the moab-dev mailing list