Skip to content

Commit

Permalink
moves comment files to doc/ and script to utils/
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel peter committed Nov 15, 2015
1 parent c4bc039 commit 28cbfd6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
File renamed without changes.
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 28cbfd6

Please sign in to comment.