Changeset 293 for trunk


Ignore:
Timestamp:
09/24/07 16:17:27 (17 years ago)
Author:
pinsard
Message:

typo

Location:
trunk/SRC/ToBeReviewed
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/plt1d.pro

    r254 r293  
    184184    return 
    185185endif 
    186 ; We build the mask. For this, the array must be hidden (Automaticaly done at valmask 
     186; We build the mask. For this, the array must be hidden (Automatically done at valmask 
    187187; value if we pass in moyenne or grossemoyenne) 
    188188  mask = fltarr(n_elements(z1d)) 
     
    344344  return 
    345345end 
    346  
    347  
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltt.pro

    r265 r293  
    44; Trace hovmoller graphs: xt,yt,zt,t 
    55; 
    6 ; @categories Graphics 
     6; @categories  
     7; Graphics 
    78; 
    89; @param TAB {in}{required} 
     
    337338      end 
    338339  endcase 
    339 ; We build the mask. For that, the table must be masked (automaticaly done at the 
     340; We build the mask. For that, the table must be masked (automatically done at the 
    340341; value valmask if we pass in moyenne or grossemoyenne) 
    341342   nan = total(finite(z2d,/nan)) < 1 
  • trunk/SRC/ToBeReviewed/STRING/isnumber.pro

    r262 r293  
    7474        if b[0] eq 43 then b=b[1:*]     ; Drop leading '+'.   ; bug fix. 
    7575        w = where(b eq 43, cnt)         ; Look for '+' 
    76         if cnt gt 1 then return, 0      ; Alow only 1. 
     76        if cnt gt 1 then return, 0      ; Allow only 1. 
    7777        t = delchr(txt,'+')             ; Drop it. 
    7878        w = where(b eq 45, cnt)         ; Look for '-' 
Note: See TracChangeset for help on using the changeset viewer.