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