1 subroutine setaux(mbc,mx,my,xlower,ylower,dx,dy,maux,aux)
12 integer,
intent(in) :: mbc,mx,my,maux
13 real(kind=8),
intent(in) :: xlower,ylower,dx,dy
14 real(kind=8),
intent(inout) :: aux(maux,1-mbc:mx+mbc,1-mbc:my+mbc)
subroutine setaux(mbc, mx, my, xlower, ylower, dx, dy, maux, aux)