source: trunk/ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro @ 49

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

upgrade of AUTOUR_de_XXX 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: 568 bytes
Line 
1FUNCTION read_vermair, name,debut,fin, nomexp, PARENT = parent, BOXZOOM=boxzoom, _EXTRA = ex
2@common
3;------------------------------------------------------------
4   if name EQ 'un' then name = 'vozocrtx'
5   if name EQ 'vn' then name = 'vomecrty'
6   if debut EQ fin then begin
7      res = lec(name,debut,nomexp, BOXZOOM=boxzoom, _EXTRA = ex)
8   ENDIF ELSE res = lect(name,debut,fin, nomexp, BOXZOOM=boxzoom, _EXTRA = ex)
9;------------------------------------------------------------
10   return, {tab:res, grille:vargrid, unite:'', experience:varexp, nom:varname}
11end
Note: See TracBrowser for help on using the repository browser.