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