Program: MKLSGRIDNEW

  mklsgridnew........generate new grid
 
  call: grid=mklsgridnew(lsopt);
 
             lsopt: (struct)
                    LOCSMITH options structure as returned by MKLSOPT.
 
  result: grid: a grid structure, the details of which depend on the
                settings in LSOPT.
                For details of the grid structure, see
                MKGRIDNEWCART for cartesian grids
                MKGRIDNEWTRI for triangular grids
                GRID will remain empty in case of problems.
 
  This routine is only a switch that just calls the routine which
  does the actual work.
 
  Martin Knapmeyer, 08.09.2004

Read M-File Source Code


eof.