| src1.f.html |   | 
  | Source file:   src1.f | 
| Directory:    /home/rjl/git/rjleveque/clawpack-4.x/clawpack/1d/lib | 
| Converted:    Sun May 15 2011 at 19:15:42 
  using clawcode2html | 
| This documentation file will 
not reflect any later changes in the source file. | 
 
c
c
c =========================================================
      subroutine src1(maxmx,meqn,mbc,mx,xlower,dx,q,maux,aux,t,dt)
c =========================================================
      implicit double precision (a-h,o-z)
      dimension q(1-mbc:maxmx+mbc, meqn)
c
c     do nothing... no source term
c
      return
      end