From 65f9533bf1a5ebc2fee5ad493ca8ccb25308fab0 Mon Sep 17 00:00:00 2001 From: Randy LeVeque Date: Fri, 3 Feb 2012 16:33:35 +0300 Subject: [PATCH 1/2] Reflected change in path to plotclaw.py --- src/Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.common b/src/Makefile.common index 57dc09fd..fa4b7ec3 100644 --- a/src/Makefile.common +++ b/src/Makefile.common @@ -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 From 324cfcc8673cfaaf35e804e66d8030708c789e66 Mon Sep 17 00:00:00 2001 From: Randy LeVeque Date: Fri, 3 Feb 2012 21:34:32 +0300 Subject: [PATCH 2/2] moved clawdata.py to clawutil directory --- src/python/{ => clawutil}/clawdata.py | 0 src/python/setenv.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename src/python/{ => clawutil}/clawdata.py (100%) diff --git a/src/python/clawdata.py b/src/python/clawutil/clawdata.py similarity index 100% rename from src/python/clawdata.py rename to src/python/clawutil/clawdata.py diff --git a/src/python/setenv.py b/src/python/setenv.py index 37ca39c8..9a01ff00 100755 --- a/src/python/setenv.py +++ b/src/python/setenv.py @@ -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