source: trunk/Obsolete/ncdf_meshlec.pro @ 68

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