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

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

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