Hi, 2012/3/5 Markus Neteler <[email protected]>: > - struct ilist *List; <--- > - BOUND_BOX box; > + struct boxlist *List; <--- > + struct bound_box box;
`boxlist` and `bound_box` have been introduced in GRASS 7. struct ilist *List; BOUND_BOX box; is valid for GRASS 6. -- Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
