Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/fitintobox.pro

    r327 r371  
    9393; 
    9494; @returns 
    95 ; an array with dimensions matching the domain 
    96 ; or -1 if there is an error... 
     95; an array with dimensions matching the domain or -1 if there is an error. 
    9796; 
    9897; @uses 
    99 ; cm_4mesh 
    100 ; cm_4cal 
     98; <pro>cm_4mesh</pro> 
     99; <pro>cm_4cal</pro> 
    101100; 
    102101; @examples 
    103 ; IDL> help, fitintobox(findgen(jpi,jpj)) 
     102; 
     103;   IDL> help, fitintobox(findgen(jpi,jpj)) 
    104104; <Expression>    FLOAT     = Array[41, 3] 
    105 ; IDL> help, fitintobox(findgen(jpi,jpj,78)) 
     105;   IDL> help, fitintobox(findgen(jpi,jpj,78)) 
    106106; Error: 
    107107; the array dimensions [180,148,78] are incompatible 
Note: See TracChangeset for help on using the changeset viewer.