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

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

improvements/corrections of some *.pro headers

  • Property svn:keywords set to Id
File size: 444 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;-
20;
21PRO ncdf_meshlec, filename, _EXTRA = ex
22;
23  compile_opt idl2, strictarrsubs, obsolete
24;
25  CASE n_params() OF
26    0:ncdf_meshread, _EXTRA = ex
27    1:ncdf_meshread, filename, _EXTRA = ex
28  ENDCASE
29;
30  return
31END
Note: See TracBrowser for help on using the repository browser.