Skip to content

Commit

Permalink
Merge pull request clawpack#16 from rjleveque/moved-visclaw
Browse files Browse the repository at this point in the history
Reflected change in path to plotclaw.py when visclaw rearranged
  • Loading branch information
ketch committed Feb 3, 2012
2 parents ae3cb74 + 324cfcc commit 48f6be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ output: $(MAKEFILE_LIST);

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

# Rule to make the plots into subdirectory specified by PLOT_DIR,
# using data in subdirectory specified by OUT_DIR and the plotting
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion src/python/setenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ def write_env_files(claw_path,verbose=True,outfile_base="setenv",**kargs):
write_environment_variable(csh_file,bash_file,"PYCLAW",available_projects["pyclaw"])

if "clawapps" in available_projects:
raise NotImplementedError("Environment settings not implemented for clawapps!")
#raise NotImplementedError("Environment settings not implemented for clawapps!")
pass

if "doc" in available_projects:
pass
Expand Down

0 comments on commit 48f6be6

Please sign in to comment.