Ignore:
Timestamp:
03/28/07 14:17:24 (17 years ago)
Author:
pinsard
Message:

replace some print by some report in some .pro (continuation)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Grid/numbisland.pro

    r238 r240  
    9090  land = (where(msk EQ 0, count))[0] 
    9191  WHILE count NE 0 DO BEGIN 
    92     IF (islnumb-9) MOD 10 EQ 0 THEN print,  'island number :'+strtrim(islnumb-9, 1) 
    93  
     92    IF (islnumb-9) MOD 10 EQ 0 THEN BEGIN 
     93       ras = report('island number :'+strtrim(islnumb-9, 1)) 
     94    ENDIF 
    9495    mskneig, msk, nx, ny, land, islnumb 
    9596 
Note: See TracChangeset for help on using the changeset viewer.