[cig-commits] r20469 - seismo/2D/SPECFEM2D/trunk/setup

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Fri Jul 6 11:43:39 PDT 2012


Author: dkomati1
Date: 2012-07-06 11:43:38 -0700 (Fri, 06 Jul 2012)
New Revision: 20469

Modified:
   seismo/2D/SPECFEM2D/trunk/setup/constants.h.in
Log:
fixed the geometrical tolerance issue detected by Thomas Curtelin


Modified: seismo/2D/SPECFEM2D/trunk/setup/constants.h.in
===================================================================
--- seismo/2D/SPECFEM2D/trunk/setup/constants.h.in	2012-07-06 14:06:35 UTC (rev 20468)
+++ seismo/2D/SPECFEM2D/trunk/setup/constants.h.in	2012-07-06 18:43:38 UTC (rev 20469)
@@ -85,7 +85,7 @@
   logical, parameter :: FAST_NUMBERING = .true.
 
 ! mesh tolerance for fast global numbering
-  double precision, parameter :: SMALLVALTOL = 0.00001d0
+  double precision, parameter :: SMALLVALTOL = 1.d-10
 
 ! displacement threshold above which we consider the code became unstable
   double precision, parameter :: STABILITY_THRESHOLD = 1.d+25



More information about the CIG-COMMITS mailing list