getlinehandles.m.html CLAWPACK  
 Source file:   getlinehandles.m
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/matlab
 Converted:   Sun May 15 2011 at 19:15:56   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};