|
setaux.f.html |
|
|
Source file: setaux.f
|
|
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.3/clawpack/1d/lib
|
|
Converted: Mon Jan 21 2013 at 20:15:49
using clawcode2html
|
|
This documentation file will
not reflect any later changes in the source file.
|
c ============================================
subroutine setaux(maxmx,mbc,mx,xlower,dx,maux,aux)
c ============================================
c
c # set auxiliary arrays
c # dummy routine when no auxiliary arrays
c
c
implicit double precision (a-h,o-z)
dimension aux(1-mbc:maxmx+mbc, *)
c
return
end