Markus Neteler wrote: > if there are no objections, I will retire r.proj and > rename r.proj.seg -> r.proj in GRASS 6.3-CVS. > > The file bilinear.c still contains a "Press" reference, > does it still hold true since it uses G_interp_bilinear()?
No idea, but it may as well be removed. Ditto for the Richards reference in cubic.c. The G_interp_* functions were written from scratch (several modules originally had bogus gradient calculations for bicubic interpolation). There probably isn't much point referring to a source when the code wasn't written with reference to that source, even if the equations are the same (for bilinear interpolation, they're bound to be equivalent, but that isn't necessarily true for bicubic). -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://grass.itc.it/mailman/listinfo/grass-dev

