forked from clawpack/clawpack
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to test clawpack/geoclaw#225, which requires updates to amrclaw
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule amrclaw
updated
43 files
Submodule classic
updated
11 files
Submodule clawutil
updated
3 files
+1 −1 | src/Makefile.common | |
+20 −2 | src/python/clawutil/runclaw.py | |
+3 −1 | src/python/clawutil/test.py |
Submodule geoclaw
updated
32 files
Submodule visclaw
updated
19 files
+1 −1 | src/matlab/colorbar_underover.m | |
+13 −0 | src/matlab/getmaxlevel.m | |
+13 −0 | src/matlab/getminlevel.m | |
+1 −1 | src/matlab/multicolormap.m | |
+1 −1 | src/matlab/multicolormap_colorbar.m | |
+1 −1 | src/matlab/plotclaw1.m | |
+2 −2 | src/matlab/plotclaw2.m | |
+1 −1 | src/matlab/plotclaw3.m | |
+1 −1 | src/matlab/plotframe2.m | |
+3 −4 | src/matlab/queryframe.m | |
+1 −1 | src/matlab/readamrdata_ascii.m | |
+26 −10 | src/matlab/set_colors.m | |
+5 −5 | src/matlab/setopengl.m | |
+1 −1 | src/matlab/showslices.m | |
+12 −14 | src/python/visclaw/data.py | |
+3 −4 | src/python/visclaw/frametools.py | |
+7 −2 | src/python/visclaw/gaugetools.py | |
+14 −1 | src/python/visclaw/geoplot.py | |
+69 −18 | src/python/visclaw/plotpages.py |