[cig-commits] r12933 - seismo/3D/SPECFEM3D/branches/update_temporary

nlegoff at geodynamics.org nlegoff at geodynamics.org
Sun Sep 21 17:04:49 PDT 2008


Author: nlegoff
Date: 2008-09-21 17:04:49 -0700 (Sun, 21 Sep 2008)
New Revision: 12933

Modified:
   seismo/3D/SPECFEM3D/branches/update_temporary/constants.h.in
Log:
modified constants.h.in due to error in previous commit.

Modified: seismo/3D/SPECFEM3D/branches/update_temporary/constants.h.in
===================================================================
--- seismo/3D/SPECFEM3D/branches/update_temporary/constants.h.in	2008-09-21 23:46:00 UTC (rev 12932)
+++ seismo/3D/SPECFEM3D/branches/update_temporary/constants.h.in	2008-09-22 00:04:49 UTC (rev 12933)
@@ -123,9 +123,9 @@
   logical, parameter :: USE_EXTERNAL_MESH = .false.
 
 ! deltat
-  integer, parameter :: DT_ext_mesh = 100
+  integer, parameter :: DT_ext_mesh = 0.001d0
 ! NSTEP
-  double precision, parameter :: NSTEP_ext_mesh = 0.001d0
+  double precision, parameter :: NSTEP_ext_mesh = 100
 
 !------------------------------------------------------
 !----------- do not modify anything below -------------



More information about the cig-commits mailing list