[cig-commits] [commit] devel, master: fixes a small bug in specfem3D/Makefile.in by removing an old routine that has been deleted with the new C-PML implementation (58b0a5e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:50:53 PDT 2014


Repository : https://github.com/geodynamics/specfem3d

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

>---------------------------------------------------------------

commit 58b0a5e0c3556351bd339b929d83f9b6ed6f426f
Author: Joseph Charles <jcharles at lma.cnrs-mrs.fr>
Date:   Wed Jan 16 20:55:11 2013 +0000

    fixes a small bug in specfem3D/Makefile.in by removing an old routine that has been deleted with the new C-PML implementation


>---------------------------------------------------------------

58b0a5e0c3556351bd339b929d83f9b6ed6f426f
 tpv16/DATA/Par_file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tpv16/DATA/Par_file b/tpv16/DATA/Par_file
index 50daba6..b67f6cb 100644
--- a/tpv16/DATA/Par_file
+++ b/tpv16/DATA/Par_file
@@ -61,8 +61,8 @@ PML_CONDITIONS	  	    	= .false.
 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



More information about the CIG-COMMITS mailing list