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

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

start to modify headers of Obsolete *.pro files for better idldoc output

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 668 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  CASE n_params() OF
17    0:ncdf_meshread, _EXTRA = ex
18    1:ncdf_meshread, filename, _EXTRA = ex
19  ENDCASE
20;
21  return
22END
Note: See TracBrowser for help on using the repository browser.