source: trunk/SRC/Obsolete/ncdf_meshlec.pro @ 325

Last change on this file since 325 was 325, checked in by pinsard, 17 years ago

modification of some headers (+some corrections) to prepare usage of the new idldoc

  • Property svn:keywords set to Id
File size: 442 bytes
Line 
1;+
2;
3; @file_comments
4; use <pro>ncdf_meshread</pro> instead
5;
6; @obsolete
7;
8; @param filename
9;
10; @keyword _EXTRA
11; Used to pass keywords
12;
13; @history
14; Aug. 2005, Sebastien Masson: switch to ncdf_meshread
15;
16; @version
17; $Id$
18;
19;-
20PRO ncdf_meshlec, filename, _EXTRA = ex
21;
22  compile_opt idl2, strictarrsubs, obsolete
23;
24  CASE n_params() OF
25    0:ncdf_meshread, _EXTRA = ex
26    1:ncdf_meshread, filename, _EXTRA = ex
27  ENDCASE
28;
29  return
30END
Note: See TracBrowser for help on using the repository browser.