[cig-commits] [commit] devel, master: In examples in fluid_solid, the process.sh scripts cd to ../.. to get to the executables but they are in ../../.. This commit fixes that bug. (b87b332)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 15:23:47 PDT 2014


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

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

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

commit b87b3322f7feadaef13cf72ad711391e3ae50e81
Author: David Luet <luet at princeton.edu>
Date:   Fri Jan 17 10:55:09 2014 -0500

    In examples in fluid_solid, the process.sh scripts cd to ../.. to get to the executables but they are in ../../..
    This commit fixes that bug.


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

b87b3322f7feadaef13cf72ad711391e3ae50e81
 fluid_solid/fluid_solid_external_mesh/process.sh                        | 2 +-
 fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/process.sh     | 2 +-
 .../from_2000_Geophysics_paper_sinusoidal_ocean_bottom/process.sh       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/fluid_solid/fluid_solid_external_mesh/process.sh b/fluid_solid/fluid_solid_external_mesh/process.sh
index 79a2b96..ab70087 100755
--- a/fluid_solid/fluid_solid_external_mesh/process.sh
+++ b/fluid_solid/fluid_solid_external_mesh/process.sh
@@ -29,7 +29,7 @@ cd ../
 rm -rf OUTPUT_FILES/*
 
 # compiles executables in root directory
-cd ../../
+cd ../../..
 make > tmp.log
 cd $currentdir
 
diff --git a/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/process.sh b/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/process.sh
index 9e9bf74..ec818b4 100755
--- a/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/process.sh
+++ b/fluid_solid/from_2000_Geophysics_paper_flat_ocean_bottom/process.sh
@@ -29,7 +29,7 @@ cd ../
 rm -rf OUTPUT_FILES/*
 
 # compiles executables in root directory
-cd ../../
+cd ../../..
 make > tmp.log
 cd $currentdir
 
diff --git a/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/process.sh b/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/process.sh
index 9e9bf74..ec818b4 100755
--- a/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/process.sh
+++ b/fluid_solid/from_2000_Geophysics_paper_sinusoidal_ocean_bottom/process.sh
@@ -29,7 +29,7 @@ cd ../
 rm -rf OUTPUT_FILES/*
 
 # compiles executables in root directory
-cd ../../
+cd ../../..
 make > tmp.log
 cd $currentdir
 



More information about the CIG-COMMITS mailing list