Ignore:
Timestamp:
04/08/14 11:28:29 (10 years ago)
Author:
pinsard
Message:

fix some typos in comments

File:
1 edited

Legend:

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

    r483 r493  
    183183; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    184184;                       27/5/98 
    185 ;                       Jerome Vialard (adapting plt to hovmoeller drawing) 
     185;                       JérÃŽme Vialard (adapting plt to hovmoeller drawing) 
    186186;                       2/7/98 
    187187;                       Sebastien Masson 14/8/98 (continents,barres) 
     
    199199; 
    200200; @todo  
    201 ; seb: definition of parameters, L.426 à 427, L. 492 à 493 
     201; seb: definition of parameters, L.426 à 427, L. 492 à 493 
    202202; 
    203203;- 
     
    331331            ELSE tempsmin = temps[0] 
    332332; on shift l''axe du temps pour des questions de precision sur les 
    333 ; dates du calendier julien en long qui sont passes en float ds les axes 
     333; dates du calendrier julien en long qui sont passes en float ds les axes 
    334334            xx = temps-tempsmin 
    335335            !x.range=!x.range-tempsmin 
     
    397397;----------------------------------------------------------------------------- 
    398398; on shift l''axe du temps pour des questions de precision sur les 
    399 ; dates du calendier julien en long qui sont passes en float ds les axes 
     399; dates du calendrier julien en long qui sont passes en float ds les axes 
    400400   case typdes of 
    401401      '1d' : begin 
     
    644644fini: 
    645645;------------------------------------------------------------ 
    646 ; we reput time axis in IDL julian days and not in julian days count from tempsmin 
     646; we reput time axis in IDL Julian days and not in Julian days count from tempsmin 
    647647;------------------------------------------------------------ 
    648648   if type EQ 'xt' then BEGIN 
     
    653653      !x.tickv=!x.tickv+tempsmin 
    654654   ENDELSE 
    655 ; We do a false plot to these values are considerated 
     655; We do a false plot to these values are considerate 
    656656   plot, [0], [0], /nodata, /noerase, xstyle = 5, ystyle = 5 $ 
    657657     , title = '', subtitle = '', ytitle = '', xtitle = '' 
Note: See TracChangeset for help on using the changeset viewer.