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

Last change on this file since 121 was 118, checked in by pinsard, 18 years ago

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

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