Skip to content

Commit

Permalink
moves files to doc/ and utils/ to clean up root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel peter committed Jun 18, 2015
1 parent 60f6511 commit cd6993d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
File renamed without changes.
1 change: 1 addition & 0 deletions run_default_example_external_mesh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NPROC=4

##################################################

# setup default example
rm -rf DATA
ln -s examples/homogeneous_halfspace/DATA DATA

Expand Down
1 change: 1 addition & 0 deletions run_default_example_internal_mesher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NPROC=4

##################################################

# setup default example
rm -rf DATA
ln -s examples/meshfem3D_examples/simple_model/DATA DATA

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# first clean trailing white spaces in all f90 files in the src/ sub-directories
#

@objects = `ls src/*/*.f90 src/*/*.F90`;
@objects = `ls ../src/*/*.f90 ../src/*/*.F90`;

foreach $name (@objects) {
chop $name;
Expand Down Expand Up @@ -43,7 +43,7 @@
# then perform the replacement in all f90 and F90 files in the src/ sub-directories
#

@objects = `ls src/*/*.f90 src/*/*.F90`;
@objects = `ls ../src/*/*.f90 ../src/*/*.F90`;

foreach $name (@objects) {
chop $name;
Expand Down

0 comments on commit cd6993d

Please sign in to comment.