|
src2.f.html |
|
|
Source file: src2.f
|
|
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.2/amrclaw/2d/lib
|
|
Converted: Wed May 30 2012 at 13:01:30
using clawcode2html
|
|
This documentation file will
not reflect any later changes in the source file.
|
c
c
c =========================================================
subroutine src2(maxmx,maxmy,meqn,mbc,mx,my,xlower,ylower,dx,dy,
& q,maux,aux,t,dt)
c =========================================================
implicit double precision (a-h,o-z)
dimension q(1-mbc:maxmx+mbc,1-mbc:maxmy+mbc, meqn)
dimension aux(1-mbc:maxmx+mbc,1-mbc:maxmy+mbc, maux)
c
c # dummy source routine... does nothing
c
return
end