[GRASS-dev] Re: [GRASS-SVN] r34603 -
grass/branches/develbranch_6/vector/v.delaunay2
Martin Landa
landa.martin at gmail.com
Fri Nov 28 17:20:24 EST 2008
Hi, sorry I am blindly run grass_indent.sh. I don't feel these changes
to be reasonable. Reverting changes. Not sure how to fix
grass_indent.sh.
Martin
2008/11/28 <svn_grass at osgeo.org>:
> Author: martinl
> Date: 2008-11-28 17:17:43 -0500 (Fri, 28 Nov 2008)
> New Revision: 34603
>
> Modified:
> grass/branches/develbranch_6/vector/v.delaunay2/
> grass/branches/develbranch_6/vector/v.delaunay2/geometry.c
> grass/branches/develbranch_6/vector/v.delaunay2/in_out.c
> grass/branches/develbranch_6/vector/v.delaunay2/main.c
> grass/branches/develbranch_6/vector/v.delaunay2/memory.c
> Log:
> v.delaunay2: grass_indent.sh
> svn:ignore prop
> Modified: grass/branches/develbranch_6/vector/v.delaunay2/geometry.c
> ===================================================================
> --- grass/branches/develbranch_6/vector/v.delaunay2/geometry.c 2008-11-28 22:12:43 UTC (rev 34602)
> +++ grass/branches/develbranch_6/vector/v.delaunay2/geometry.c 2008-11-28 22:17:43 UTC (rev 34603)
> @@ -21,9 +21,13 @@
> {
>
> unsigned int n;
> +
> unsigned int split;
> +
> struct edge *l_ccw_l, *r_cw_l, *l_ccw_r, *r_cw_r, *l_tangent;
> +
> struct edge *a, *b, *c;
> +
> double c_p;
>
> n = r - l + 1;
> @@ -98,7 +102,9 @@
> struct vertex **org_r_lower)
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *
More information about the grass-dev
mailing list