|
src2.f.html |
clawcode2html
|
|
Source file: src2.f
|
|
Directory: /home/rjl/www/pubs/cise08/cise08levequeV2/lib
|
|
Converted: Wed Jul 2 2008 at 13:39:56
|
|
This documentation file will
not reflect any later changes in the source file.
|
c
c =======================================================
subroutine src2(maxmx,maxmy,meqn,mbc,mx,my,xlower,ylower,
& dx,dy,q,maux,aux,t,dt)
c =======================================================
c
implicit double precision (a-h,o-z)
dimension q(1-mbc:maxmx+mbc, 1-mbc:maxmy+mbc, meqn)
c
c # dummy subroutine for use when equation has no source term.
c # If method(5)=0 then this routine is never called, but its
c # existence may be required by some compilers.
c
return
end