[cig-commits] [commit] devel, master: fixes bug in minimum period calculation in check_mesh_resolution.f90 (193e6d5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:48:24 PDT 2014


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

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

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

commit 193e6d53303654aec9a70bcafa4276e15100587b
Author: Daniel Peter <peterda at ethz.ch>
Date:   Mon Feb 14 23:01:54 2011 +0000

    fixes bug in minimum period calculation in check_mesh_resolution.f90


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

193e6d53303654aec9a70bcafa4276e15100587b
 meshfem3D_examples/many_interfaces/Mesh_Par_file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meshfem3D_examples/many_interfaces/Mesh_Par_file b/meshfem3D_examples/many_interfaces/Mesh_Par_file
index 22c35db..aa488ba 100644
--- a/meshfem3D_examples/many_interfaces/Mesh_Par_file
+++ b/meshfem3D_examples/many_interfaces/Mesh_Par_file
@@ -30,8 +30,8 @@ NZ_DOUGLING_1                   = 147
 NZ_DOUGLING_2                   = 145
 
 # create mesh files for visualisation or further checking
-CREATE_ABAQUS_FILES             = .true.
-CREATE_DX_FILES                 = .true.
+CREATE_ABAQUS_FILES             = .false.
+CREATE_DX_FILES                 = .false.
 
 # path to store the databases files
 LOCAL_PATH                      = ../in_out_files/DATABASES_MPI



More information about the CIG-COMMITS mailing list