;------------------------------------------------------------ ;------------------------------------------------------------ ;------------------------------------------------------------ ;+ ; NAME:ncdf_meshlec ; ; PURPOSE:obsolete, use ncdf_meshread instead... ; ; MODIFICATION HISTORY: ; ; Aug. 2005, Sebastien Masson: switch to ncdf_meshread ;- ;------------------------------------------------------------ ;------------------------------------------------------------ ;------------------------------------------------------------ PRO ncdf_meshlec, filename, _EXTRA = ex ; CASE n_params() OF 0:ncdf_meshread, _EXTRA = ex 1:ncdf_meshread, filename, _EXTRA = ex ENDCASE ; return END