r.mapcalc

Malcolm Williamson malcolm at cast.uark.edu
Wed Sep 29 23:12:00 EDT 1993


> 
> Can somedy help solve the following: I am trying to run r.mapcalc
> to do the following. r=b1*0.06 the error message is " no match";
> and r=(b1*0.06), the error message is '()'s misplaced". I'd
> appreciate if someone could help with this.
> Thanks.
> 
Thierno,
First, try putting spaces between everything: r = b1 * 0.06
If that doesn't work, put single quotes around the expression to eliminate the
special meaning of "*" to the UNIX shell (per the GRASS manual, I might add):
 r = 'b1 * 0.06'

Good luck! Let me know if this doesn't work.

-- 
Malcolm D. Williamson - Research Assistant       E-mail: malcolm at cast.uark.edu
Center for Advanced Spatial Technologies      Telephone: (501) 575-6159
Ozark Rm. 12                                        Fax: (501) 575-3846 
University of Arkansas              
Fayetteville, AR 72701



More information about the grass-user mailing list