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

Last change on this file since 114 was 114, checked in by smasson, 18 years ago

new compilation options (compile_opt idl2, strictarrsubs) in each routine

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
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.