Ignore:
Timestamp:
03/14/07 16:44:26 (17 years ago)
Author:
smasson
Message:

get back to changeset:217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/POSTSCRIPT/calibre.pro

    r218 r219  
    9898;------------------------------------------------------------ 
    9999   tempsun = systime(1)         ; For key_performance 
    100 ; 
    101100;------------------------------------------------------------- 
    102101   if keyword_set(portrait) then key_portrait=1 
     
    121120; If smalldraw is count like in matlab 
    122121;------------------------------------------------------------- 
    123    if n_elements(smalldraw) EQ 3  then BEGIN 
    124      IF smalldraw[2] LT 1 OR smalldraw[2] GT smalldraw[0]*smalldraw[1] THEN BEGIN 
    125        dummy = report('wrong definition of the small keyword, we stop') 
    126        stop 
    127      ENDIF 
     122   if n_elements(smalldraw) EQ 3  then begin 
    128123      if n_elements(page_margins) EQ 0 then page_margins = [1, 1, 1, 1] 
    129124      smalldraw = long(smalldraw) 
Note: See TracChangeset for help on using the changeset viewer.