Great. The command is proceeding normally now. <br><br>Thanks!<br><br><div class="gmail_quote">On Tue, Oct 21, 2008 at 11:34 AM, Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org">neteler@osgeo.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Tue, Oct 21, 2008 at 1:19 PM, Glynn Clements<br>
<<a href="mailto:glynn@gclements.plus.com">glynn@gclements.plus.com</a>> wrote:<br>
> the following change should fix it:<br>
><br>
> --- raster/r.resamp.stats/main.c (revision 33947)<br>
> +++ raster/r.resamp.stats/main.c (working copy)<br>
> @@ -315,8 +315,8 @@<br>
><br>
> G_set_window(&src_w);<br>
><br>
> - row_scale = 1 + ceil(dst_w.ns_res / src_w.ns_res);<br>
> - col_scale = 1 + ceil(dst_w.ew_res / src_w.ew_res);<br>
> + row_scale = 2 + ceil(dst_w.ns_res / src_w.ns_res);<br>
> + col_scale = 2 + ceil(dst_w.ew_res / src_w.ew_res);<br>
><br>
> /* allocate buffers for input rows */<br>
> bufs = G_malloc(row_scale * sizeof(DCELL *));<br>
<br>
</div>Backported to 6.4.svn.<br>
<font color="#888888"><br>
Markus<br>
</font></blockquote></div><br>