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
RevLine 
[2]1;------------------------------------------------------------
2;------------------------------------------------------------
3;------------------------------------------------------------
4;+
[97]5; @file_comments use ncdf_meshread instead...
6; @obsolete
[2]7;
[97]8; @history
[13]9; Aug. 2005, Sebastien Masson: switch to ncdf_meshread
[2]10;-
11;------------------------------------------------------------
12;------------------------------------------------------------
13;------------------------------------------------------------
[13]14PRO ncdf_meshlec, filename, _EXTRA = ex
[2]15;
[13]16  CASE n_params() OF
17    0:ncdf_meshread, _EXTRA = ex
18    1:ncdf_meshread, filename, _EXTRA = ex
19  ENDCASE
[2]20;
[13]21  return
22END
Note: See TracBrowser for help on using the repository browser.