[cig-commits] [commit] devel, master: fixed a minor range problem when Roland_Sylvain conditions are off (b316cb7)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:17:34 PST 2014


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

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

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

commit b316cb7178b1686db43cd5a41dac47decf4aa465
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Tue May 20 20:34:21 2014 +0200

    fixed a minor range problem when Roland_Sylvain conditions are off


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

b316cb7178b1686db43cd5a41dac47decf4aa465
 setup/constants.h.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup/constants.h.in b/setup/constants.h.in
index 2008e40..9f06255 100644
--- a/setup/constants.h.in
+++ b/setup/constants.h.in
@@ -427,8 +427,8 @@
 
 ! number of points in each horizontal direction of the observation grid of each cubed-sphere chunk
 ! at the altitude of the observation point
-!! DK DK 2 is a fictitious value used to save memory when the ROLAND_SYLVAIN option is off
-  integer, parameter :: NX_OBSERVATION = 2 ! 500
+!! DK DK 4 is a fictitious value used to save memory when the ROLAND_SYLVAIN option is off
+  integer, parameter :: NX_OBSERVATION = 4 ! 500
   integer, parameter :: NY_OBSERVATION = NX_OBSERVATION
 
 ! the code will display sample output values at this particular point as a check



More information about the CIG-COMMITS mailing list