afterslice_gif.m.html CLAWPACK  
 Source file:   afterslice_gif.m
 Directory:   /home/rjl/git/claworg/clawpack-4.x/matlab
 Converted:   Sat Aug 6 2011 at 21:53:03   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);