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

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

upgrade of GRILLE/Utilities according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

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