[cig-commits] [commit] devel,master: moves unused/old/deprecated files and routines into SPECFEM3D/utils/unused_routines; updates manual and Makefiles (ba44ee8)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:47:53 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

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

commit ba44ee8cb84d3d5d24ef258d906441ff555caf81
Author: Daniel Peter <peterda at ethz.ch>
Date:   Tue Nov 23 04:43:27 2010 +0000

    moves unused/old/deprecated files and routines into SPECFEM3D/utils/unused_routines; updates manual and Makefiles


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

ba44ee8cb84d3d5d24ef258d906441ff555caf81
 noise_tomography/NOISE_TOMOGRAPHY.m | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/noise_tomography/NOISE_TOMOGRAPHY.m b/noise_tomography/NOISE_TOMOGRAPHY.m
index 863d054..d8e2fc9 100644
--- a/noise_tomography/NOISE_TOMOGRAPHY.m
+++ b/noise_tomography/NOISE_TOMOGRAPHY.m
@@ -25,14 +25,11 @@ function [] = NOISE_TOMOGRAPHY(NSTEP,dt,Tmin,Tmax,NOISE_MODEL)
 % ATTENTION:
 % ***NEVER*** try to calculate "NSTEP" and "dt" by yourself!
 % They can be found when you compile the SPECFEM3D package,
-% with the correct DATA/Par_file
-% If DATA/Par_file is not specified for noise tomography simulations,
+% with the correct in_data_files/Par_file
+% If in_data_files/Par_file is not specified for noise tomography simulations,
 % you won't get correct values either!
-% You can, however, compile the package use any DATA/Par_file,
-% but then you need to run ./xcreate_header_file (costs just a few seconds)
-% after you have the proper DATA/Par_file
 % It is highly recommended that you compile the package with the correct
-% DATA/Par_file you will be using
+% in_data_files/Par_file you will be using
 %
 %
 % Output from the example above:



More information about the CIG-COMMITS mailing list