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

 
function h = getlinehandles(level)

% Internal matlab routine

if (nargin == 0)
  level = 1;
end;

if (length(level) > 1)
  error(['getlinehandles : You can only get handles for a single ',...
	'level of amr data at a time']);
end;

amrlines = get_lines;

h = amrlines{level};