c c c ========================================================= subroutine out2(maxmx,maxmy,meqn,mbc,mx,my,xlower,ylower, & dx,dy,q,t,iframe) c ========================================================= c c # Output the results for a general system of conservation laws c # in 2 dimensions c implicit double precision (a-h,o-z) dimension q(1-mbc:maxmx+mbc, 1-mbc:maxmy+mbc, meqn) character*10 fname1, fname2 c c # Write the results to the file fort.q