[cig-commits] [commit] devel, master: renamed STATIONS_target_noise to STATIONS_noise (490860e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:21:26 PDT 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem2d/compare/fc67e6fd7ad890705b2b72b4b3c509accb22249e...e9ca46c40131588d89d7b0883250bc6584ce6b4c

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

commit 490860e97ad93d30e974764f714e7fa9d847d911
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Sat Jul 7 02:09:18 2012 +0000

    renamed STATIONS_target_noise to STATIONS_noise


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

490860e97ad93d30e974764f714e7fa9d847d911
 noise_uniform/{STATIONS_target_noise => STATIONS_noise} | 0
 noise_uniform/use_negative_branch                       | 2 +-
 noise_uniform/use_positive_branch                       | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/noise_uniform/STATIONS_target_noise b/noise_uniform/STATIONS_noise
similarity index 100%
rename from noise_uniform/STATIONS_target_noise
rename to noise_uniform/STATIONS_noise
diff --git a/noise_uniform/use_negative_branch b/noise_uniform/use_negative_branch
index 5cb06c2..bf9b185 100755
--- a/noise_uniform/use_negative_branch
+++ b/noise_uniform/use_negative_branch
@@ -16,7 +16,7 @@ mkdir -p DATA SEM OUTPUT_FILES OUTPUT_ALL DATA/NOISE_TOMOGRAPHY OUTPUT_FILES/NOI
 
 #prepare files
 cp SOURCE_noise           DATA/SOURCE
-cp STATIONS_target_noise  DATA/STATIONS_target
+cp STATIONS_noise  DATA/STATIONS
 cp uniform.dat            DATA/
 echo $MASTER >            DATA/NOISE_TOMOGRAPHY/irec_master
 if [ -f S_squared ]; then cp S_squared DATA/NOISE_TOMOGRAPHY/; fi
diff --git a/noise_uniform/use_positive_branch b/noise_uniform/use_positive_branch
index 996327c..c54c507 100755
--- a/noise_uniform/use_positive_branch
+++ b/noise_uniform/use_positive_branch
@@ -16,7 +16,7 @@ mkdir -p DATA SEM OUTPUT_FILES OUTPUT_ALL DATA/NOISE_TOMOGRAPHY OUTPUT_FILES/NOI
 
 #prepare files
 cp SOURCE_noise           DATA/SOURCE
-cp STATIONS_target_noise  DATA/STATIONS_target
+cp STATIONS_noise  DATA/STATIONS
 cp uniform.dat            DATA/
 echo $MASTER >            DATA/NOISE_TOMOGRAPHY/irec_master
 if [ -f S_squared ]; then cp S_squared DATA/NOISE_TOMOGRAPHY/; fi



More information about the CIG-COMMITS mailing list