[cig-commits] r21246 - in seismo/3D/SPECFEM3D/trunk: examples/tpv16/DATA src/specfem3D

joseph.charles at geodynamics.org joseph.charles at geodynamics.org
Wed Jan 16 12:55:11 PST 2013


Author: joseph.charles
Date: 2013-01-16 12:55:11 -0800 (Wed, 16 Jan 2013)
New Revision: 21246

Modified:
   seismo/3D/SPECFEM3D/trunk/examples/tpv16/DATA/Par_file
   seismo/3D/SPECFEM3D/trunk/src/specfem3D/Makefile.in
Log:
fixes a small bug in specfem3D/Makefile.in by removing an old routine that has been deleted with the new C-PML implementation


Modified: seismo/3D/SPECFEM3D/trunk/examples/tpv16/DATA/Par_file
===================================================================
--- seismo/3D/SPECFEM3D/trunk/examples/tpv16/DATA/Par_file	2013-01-16 19:54:13 UTC (rev 21245)
+++ seismo/3D/SPECFEM3D/trunk/examples/tpv16/DATA/Par_file	2013-01-16 20:55:11 UTC (rev 21246)
@@ -61,8 +61,8 @@
 PML_INSTEAD_OF_FREE_SURFACE     = .false.
 				
 # C-PML thickness min/max
-PML_WIDTH_MIN                   = 10000.d0
-PML_WIDTH_MAX                   = 25000.d0
+PML_WIDTH_MIN                   = 10000.0d0
+PML_WIDTH_MAX                   = 25000.0d0
 
 # C-PML dominant frequency
 f0_FOR_PML                      = 12.7

Modified: seismo/3D/SPECFEM3D/trunk/src/specfem3D/Makefile.in
===================================================================
--- seismo/3D/SPECFEM3D/trunk/src/specfem3D/Makefile.in	2013-01-16 19:54:13 UTC (rev 21245)
+++ seismo/3D/SPECFEM3D/trunk/src/specfem3D/Makefile.in	2013-01-16 20:55:11 UTC (rev 21246)
@@ -189,7 +189,6 @@
 	$O/compute_coupling_poroelastic_ac.o \
 	$O/compute_coupling_poroelastic_el.o \
 	$O/compute_forces_acoustic_calling_routine.o \
-	$O/compute_forces_acoustic_PML.o \
 	$O/compute_forces_acoustic_pot_noDev.o \
 	$O/compute_forces_viscoelastic_calling_routine.o \
 	$O/compute_forces_viscoelastic_Dev.o \



More information about the CIG-COMMITS mailing list