Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Picture/imdisp.pro

    r236 r242  
    150150if (n_elements(position) eq 0) then position = [0.0, 0.0, 1.0, 1.0] 
    151151if (n_elements(position) ne 4) then $ 
    152   message, 'POSITION must be a 4 element vector' 
     152  message, 'POSITION must be a 4 elements vector' 
    153153if (n_elements(margin) eq 0) then margin = 0.1 
    154154if (n_elements(margin) ne 1) then $ 
Note: See TracChangeset for help on using the changeset viewer.