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

 
%  infoplot1.m
%  print out parameter values

disp(['  mq               = ' num2str(mq)])
disp(['  UserVariable     = ' num2str(UserVariable)])
disp(['  UserVariableFile = ' UserVariableFile])
disp(['  MappedGrid       = ' num2str(MappedGrid )])

if (exist('plotstyle'))
  disp(['  plotstyle        = ' plotstyle])
end;
if (exist('PlotStyle'))
  disp(['  PlotStyle        = ' PlotStyle]);
end;