[GRASS-user] Set default cell type to FCELL?

Glynn Clements glynn at gclements.plus.com
Wed Jan 11 15:32:32 EST 2012


Rainer M Krug wrote:

> > Arithmetic operations on mixed types promote to the lesser type to 
> > the greater type, where CELL < FCELL < DCELL.
> 
> I assume the "to the lesser type" should be deleted? So they promote
> to the higher type?

The first "to" should be deleted, i.e. "promote the lesser type to the
greater type". IOW:

          |  CELL FCELL DCELL
    ------+------------------
     CELL |  CELL FCELL DCELL
    FCELL | FCELL FCELL DCELL
    DCELL | DCELL DCELL DCELL

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-user mailing list