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

 
% read in parameters for acoustics

fid = fopen('setprob.data');
rho = fscanf(fid,'%g',1);   fscanf(fid,'%s',1);
bulk = fscanf(fid,'%g',1);   fscanf(fid,'%s',1);
beta = fscanf(fid,'%g',1);   fscanf(fid,'%s',1);
fclose(fid);