afterframe.m.html CLAWPACK  
 Source file:   afterframe.m
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/book/chap21/radialdam/1drad
 Converted:   Tue Jul 26 2011 at 12:59:06   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