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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue May 20 11:59:12 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/a5db7e82687590162db7333562408d41955ea501...eb9022027283fca2c84b2e618d004d6efbcc9609

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

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