[cig-commits] [commit] devel, master: suppressed non alphanumerical characters and changed one incorrect comment (2d59a6b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:02:37 PST 2014


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

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

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

commit 2d59a6bb0218ce84cd5be6f2907047310bc72e5e
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Aug 13 23:16:40 2007 +0000

    suppressed non alphanumerical characters and changed one incorrect comment


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

2d59a6bb0218ce84cd5be6f2907047310bc72e5e
 Par_file | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Par_file b/Par_file
index 4f190ba..f2bfbc2 100644
--- a/Par_file
+++ b/Par_file
@@ -14,7 +14,7 @@ CENTER_LONGITUDE_IN_DEGREES   = 10.d0
 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)
+# (must be 32 * multiple of NPROC below)
 NEX_XI                          = 256
 NEX_ETA                         = 256
 
@@ -71,9 +71,9 @@ NTSTEP_BETWEEN_OUTPUT_SEISMOS   = 5000000
 NTSTEP_BETWEEN_READ_ADJSRC      = 1000
 
 # output format for the seismograms (one can use either or all of the three formats)
-OUTPUT_SEISMOS_ASCII_TEXT       = .true.
+OUTPUT_SEISMOS_ASCII_TEXT       = .true.
 OUTPUT_SEISMOS_SAC_ALPHANUM     = .false.
-OUTPUT_SEISMOS_SAC_BINARY       = .false.
+OUTPUT_SEISMOS_SAC_BINARY       = .false.
 
 # rotate seismograms to Radial-Transverse-Z or use default North-East-Z reference frame
 ROTATE_SEISMOGRAMS_RT           = .false.



More information about the CIG-COMMITS mailing list