[GRASS5] xdriver error

Hi - just wondering if anyone else can reproduce a problem I'm getting.

Tried on both 5.0.2 on Debian; 5.0.CVS & 5.1 on Redhat 9.

Starting with a FP topo map with values running approx -400.0 to 200.0,

r.mapcalc t1='if(topo>-200,1.1,null())'
d.erase col=black
d.rast -o t1

gives output like the attached. Exporting to ASCII and copying to
the second machine gives me the same result. could be I did something
funny on both machines, I'm not sure at this point.

r.report t1 unit=me -hq

+-----------------------------------------------------------------------------+
| Category Information | square|
| #|description | meters|
|-----------------------------------------------------------------------------|
|1.1-1.1|from to . . . . . . . . . . . . . . . . . . . . . . . . .|46,737,500|
| *|no data. . . . . . . . . . . . . . . . . . . . . . . . . .| 2,462,500|
|-----------------------------------------------------------------------------|
|TOTAL |49,200,000|
+-----------------------------------------------------------------------------+

cheers,
Hamish

(attachments)

t1.asc.gz (1.57 KB)
nullrows.png