Skip to content

Commit

Permalink
changed environment variable CLAWUTIL to CLAW/clawutil
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy LeVeque committed Jul 31, 2013
1 parent b8e8cd0 commit 63d4ee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ debug:
#----------------------------------------------------------------------------

# Command to create *.html files from *.f etc:
CC2HTML = $(CLAW_PYTHON) $(CLAWUTIL)/src/python/clawutil/clawcode2html.py --force
CC2HTML = $(CLAW_PYTHON) $(CLAW)/clawutil/src/python/clawutil/clawcode2html.py --force

# make list of html files to be created by 'make .htmls':
HTML = \
Expand Down Expand Up @@ -179,7 +179,7 @@ data: $(MAKEFILE_LIST);
# Run the code without checking dependencies:
output: $(MAKEFILE_LIST);
-rm -f .output
$(CLAW_PYTHON) $(CLAWUTIL)/src/python/clawutil/runclaw.py $(EXE) $(OUTDIR) \
$(CLAW_PYTHON) $(CLAW)/clawutil/src/python/clawutil/runclaw.py $(EXE) $(OUTDIR) \
$(OVERWRITE) $(RESTART) . $(GIT_STATUS)
@echo $(OUTDIR) > .output

Expand All @@ -189,7 +189,7 @@ output: $(MAKEFILE_LIST);

# (Removed Cygwin stuff...)
# Plotting command
PLOTCMD ?= $(CLAW_PYTHON) $(VISCLAW)/src/python/visclaw/plotclaw.py
PLOTCMD ?= $(CLAW_PYTHON) $(CLAW)/visclaw/src/python/visclaw/plotclaw.py

# Rule to make the plots into subdirectory specified by PLOTDIR,
# using data in subdirectory specified by OUTDIR and the plotting
Expand Down
2 changes: 1 addition & 1 deletion src/python/clawutil/runclaw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Generic code for running the fortran version of Clawpack and sending the
results to subdirectory output of the directory from which this is executed.
Execute via
$ python $CLAWUTIL/src/python/clawutil/runclaw.py
$ python $CLAW/clawutil/src/python/clawutil/runclaw.py
from a directory that contains a claw.data file and a Clawpack executable.
"""

Expand Down

0 comments on commit 63d4ee9

Please sign in to comment.