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

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

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