[cig-commits] [commit] devel, master: changed Par_file and constants.h not to save movies and OpenDX files by default (7e1ede6)

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


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

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

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

commit 7e1ede6411a7a122097510847a6f770e1f1edc07
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sun Mar 14 13:48:19 2004 +0000

    changed Par_file and constants.h not to save movies and OpenDX files by default


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

7e1ede6411a7a122097510847a6f770e1f1edc07
 Par_file | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Par_file b/Par_file
index 33a18fd..72126b3 100644
--- a/Par_file
+++ b/Par_file
@@ -66,8 +66,8 @@ NSEIS                    = 50000
 NSOURCES                 = 1
 
 ! movies
-MOVIE_SURFACE            = .true.
-MOVIE_VOLUME             = .true.
+MOVIE_SURFACE            = .false.
+MOVIE_VOLUME             = .false.
 NMOVIE                   = 100
 HDUR_MIN_MOVIES          = 20.0d0
 



More information about the CIG-COMMITS mailing list