Changeset 364


Ignore:
Timestamp:
07/31/08 14:49:27 (16 years ago)
Author:
smasson
Message:

small bugfix in ncdf_write

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/write_ncdf.pro

    r327 r364  
    326326        com = 'strdtmp = strd'+strnbd 
    327327        if not execute(com) then message, 'ERR : attrib strdtmp 0d (dim'+iodp1st+', var'+nviv+')...stop' 
    328         if dnames_imposed eq 1 then if not (strdtmp.nomdim eq dnama) then $ 
     328        if dnames_imposed eq 1 then if not (strdtmp.nomdim eq dnama[n_elements(dnama)-1]) then $ 
    329329          message,'PB : on specifie 2 dimensions unlimited avec 2 noms differents... impossible... stop' 
    330330       
Note: See TracChangeset for help on using the changeset viewer.