[cig-commits] [commit] devel, master: correct the format for NEX_XI, NEX_ETA, so that '=' is after column 34. (5a47e4c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:00:59 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit 5a47e4ccf801110d26ae799bb87919d7108f2719
Author: Qinya Liu <liuqy at physics.utoronto.ca>
Date:   Wed Feb 15 06:09:20 2006 +0000

    correct the format for NEX_XI, NEX_ETA, so that '=' is after column 34.


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

5a47e4ccf801110d26ae799bb87919d7108f2719
 Par_file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Par_file b/Par_file
index 0f9f028..16512fe 100644
--- a/Par_file
+++ b/Par_file
@@ -11,8 +11,8 @@ GAMMA_ROTATION_AZIMUTH        = 20.d0
 
 # number of elements at the surface along the two sides of the first chunk
 # (must be 16 * multiple of NPROC below)
-NEX_XI             = 160
-NEX_ETA            = 160
+NEX_XI                        = 160
+NEX_ETA                       = 160
 
 # number of MPI processors along the two sides of the first chunk
 NPROC_XI                        = 5



More information about the CIG-COMMITS mailing list