| setaux.f.html |   | 
  | Source file:   setaux.f | 
| Directory:    /home/rjl/git/claworg/clawpack-4.x/amrclaw/2d/lib | 
| Converted:    Sat Aug  6 2011 at 21:59:31 
  using clawcode2html | 
| This documentation file will 
not reflect any later changes in the source file. | 
 
c     ============================================
      subroutine setaux(maxmx,maxmy,mbc,mx,my,xlower,ylower,dx,dy,
     &                  maux,aux)
c     ============================================
c
c     # set auxiliary arrays 
c     # dummy routine when no auxiliary arrays
c
c     
      implicit double precision (a-h,o-z)
c     dimension aux(1-mbc:maxmx+mbc,1-mbc:maxmy+mbc, maux)
c
       return
       end