afterslice_gif.m.html CLAWPACK  
 Source file:   afterslice_gif.m
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.3/matlab
 Converted:   Mon Jan 21 2013 at 20:15:59   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

slicest = num2str(next_slice);
while(size(slicest,2))<5,
  slicest = ['0',slicest];
  end;
fname = ['slice' slicest];
printgif(fname);