source: trunk/SRC/Obsolete/ncdf_meshlec.pro

Last change on this file was 327, checked in by pinsard, 17 years ago

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

  • Property svn:keywords set to Id
File size: 440 bytes
RevLine 
[2]1;+
[232]2;
[231]3; @file_comments
4; use <pro>ncdf_meshread</pro> instead
[127]5;
[97]6; @obsolete
[2]7;
[118]8; @param filename
9;
[231]10; @keyword _EXTRA
11; Used to pass keywords
[118]12;
[97]13; @history
[13]14; Aug. 2005, Sebastien Masson: switch to ncdf_meshread
[118]15;
[231]16; @version
17; $Id$
[118]18;
[2]19;-
[327]20PRO ncdf_meshlec, filename, _EXTRA=ex
[2]21;
[114]22  compile_opt idl2, strictarrsubs, obsolete
23;
[13]24  CASE n_params() OF
25    0:ncdf_meshread, _EXTRA = ex
26    1:ncdf_meshread, filename, _EXTRA = ex
27  ENDCASE
[2]28;
[13]29  return
30END
Note: See TracBrowser for help on using the repository browser.