[cig-commits] [commit] : minor bug fix (ff42567)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 14 20:16:14 PST 2013


Repository : ssh://geoshell/specfem3d

On branch  : 
Link       : https://github.com/geodynamics/specfem2d/compare/1e201257d91c794056b990a43329e05d04f77454...0000000000000000000000000000000000000000

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

commit ff42567567be07dd7213434530d1f2cbea1ae754
Author: Pieyre Le Loher <pieyre.le-loher at inria.fr>
Date:   Wed Nov 18 14:11:22 2009 +0000

    minor bug fix


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

ff42567567be07dd7213434530d1f2cbea1ae754
 meshfem3D.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meshfem3D.f90 b/meshfem3D.f90
index f40f45c..ae4ca61 100644
--- a/meshfem3D.f90
+++ b/meshfem3D.f90
@@ -309,7 +309,7 @@
   endif
 
 ! read the parameter file
-  call read_parameter_file_meshfem3D(LATITUDE_MIN,LATITUDE_MAX,LONGITUDE_MIN,LONGITUDE_MAX, &
+  call read_parameter_file(LATITUDE_MIN,LATITUDE_MAX,LONGITUDE_MIN,LONGITUDE_MAX, &
         UTM_X_MIN,UTM_X_MAX,UTM_Y_MIN,UTM_Y_MAX,Z_DEPTH_BLOCK, &
         NER_SEDIM,NER_BASEMENT_SEDIM,NER_16_BASEMENT,NER_MOHO_16,NER_BOTTOM_MOHO, &
         NEX_XI,NEX_ETA,NPROC_XI,NPROC_ETA,NTSTEP_BETWEEN_OUTPUT_SEISMOS,NSTEP,UTM_PROJECTION_ZONE,DT, &



More information about the CIG-COMMITS mailing list