[GRASS-dev] grass 6.4.3 release plan (open issues)
Markus Neteler
neteler at osgeo.org
Mon Mar 5 05:01:23 EST 2012
On Mon, Mar 5, 2012 at 10:45 AM, Martin Landa <landa.martin at gmail.com> wrote:
> Hi,
>
> I have completed the most of issues noted at [1] (todos for GRASS
> 6.4.3).
Thanks for that!
> Only one open issue remained - `v.vect.stats`. First of all
> the module should be included in `devbr6`. I don't know the status of
> this wish, so leaving open...
I observe some subtle differences between
grass70/vector/v.vect.stats/main.c
grass-addons/grass6/vector/v.vect.stats/main.c
which should be fixed, esp:
@@ -107,8 +107,8 @@
dbDriver *Pdriver, *Adriver;
char buf[2000];
int update_ok, update_err;
- struct ilist *List; <---
- BOUND_BOX box;
+ struct boxlist *List; <---
+ struct bound_box box;
and
@@ -416,7 +418,7 @@
Points = Vect_new_line_struct();
ACats = Vect_new_cats_struct();
PCats = Vect_new_cats_struct();
- List = Vect_new_list(); <---
+ List = Vect_new_boxlist(0); <---
No idea, leaving this to the author.
Markus
More information about the grass-dev
mailing list