Changeset 423 for trunk/SRC


Ignore:
Timestamp:
03/08/10 17:30:54 (14 years ago)
Author:
smasson
Message:

bugfix for xxx

Location:
trunk/SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.pro

    r327 r423  
    9292; x/y dimensions id 
    9393;------------------------------------------------------------ 
    94   ncdf_getaxis, cdfid, dimidx, dimidy, _extra = ex 
     94  ncdf_getaxis, cdfid, dimidx, dimidy, XMINMESH = ixminmesh, XMAXMESH = ixmaxmesh $ 
     95                , YMINMESH = iyminmesh, YMAXMESH = iymaxmesh, _extra = ex 
    9596;------------------------------------------------------------ 
    9697; name of all variables 
  • trunk/SRC/Utilities/isafile.pro

    r392 r423  
    9898                 , ONLYNC = onlync, _extra = ex) 
    9999  WHILE fileout[0] EQ 'NOT FOUND' DO BEGIN 
    100     fileout = dialog_pickfile(path = dirname[0], filter = filter, _extra = ex) 
     100    IF dirname[0] EQ '.' AND keyword_set(iodirectory) THEN dirpath = dirname[n_elements(dirname)-1] ELSE dirpath = dirname[0] 
     101    fileout = dialog_pickfile(path = dirpath, filter = filter, _extra = ex) 
    101102    if fileout EQ '' THEN RETURN, report('check/find file canceled') 
    102103; check again everything... 
Note: See TracChangeset for help on using the changeset viewer.