source: trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.pro @ 134

Last change on this file since 134 was 134, checked in by navarro, 18 years ago

change *.pro file properties (del eof-style, del executable, set keywords Id

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 608 bytes
Line 
1FUNCTION read_vermair, name, debut, fin, nomexp, PARENT = parent, BOXZOOM=boxzoom, _EXTRA = ex
2;
3  compile_opt idl2, strictarrsubs
4;
5@common
6;------------------------------------------------------------
7   if name EQ 'un' then name = 'vozocrtx'
8   if name EQ 'vn' then name = 'vomecrty'
9   if debut EQ fin then begin
10      res = lec(name,debut,nomexp, BOXZOOM=boxzoom, _EXTRA = ex)
11   ENDIF ELSE res = lect(name,debut,fin, nomexp, BOXZOOM=boxzoom, _EXTRA = ex)
12;------------------------------------------------------------
13   return, {tab:res, grille:vargrid, unite:'', experience:varexp, nom:varname}
14end
Note: See TracBrowser for help on using the repository browser.