afterframe.m.html CLAWPACK  
 Source file:   afterframe.m
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap21/radialdam/1drad
 Converted:   Mon Jan 21 2013 at 20:15:40   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

if (mq==(1:2))
   subplot(2,1,1)
   axis([0 2.5 0 2.1])

   subplot(2,1,2)
   axis([0 2.5 -.3 .7])
   end

if (mq==1)
  axis([0 2.5 0 2.1])
  end

if (mq==2)
  axis([0 2.5 -.3 .7])
  end