Changeset: 04649a4992ab for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=04649a4992ab Modified Files: geom/monetdb5/Makefile.ag geom/monetdb5/geom.c Branch: geo Log Message:
fixed a previously introduced typo and removed a printout diffs (30 lines): diff --git a/geom/monetdb5/Makefile.ag b/geom/monetdb5/Makefile.ag --- a/geom/monetdb5/Makefile.ag +++ b/geom/monetdb5/Makefile.ag @@ -47,4 +47,4 @@ headers_autoload = { SOURCES = 30_geom.mal } -EXTRA_DIST = 30_geom.malQq geom.mal +EXTRA_DIST = 30_geom.mal geom.mal diff --git a/geom/monetdb5/geom.c b/geom/monetdb5/geom.c --- a/geom/monetdb5/geom.c +++ b/geom/monetdb5/geom.c @@ -497,7 +497,7 @@ str wkbTransform(wkb** transformedWKB, w str ret = MAL_SUCCEED; -#ifndef HAVE_PROJ +#ifdef HAVE_PROJ return createException(MAL, "geom.Transform", "Function Not Implemented"); #endif @@ -1133,7 +1133,7 @@ str geomMakePoint2D_bat(int* outBAT_id, dbl *x = NULL, *y = NULL; BUN i; wkb *p = NULL; - + //get the descriptors of the x and y BATs if ((xBAT = BATdescriptor(*xBAT_id)) == NULL) { throw(MAL, "geom.MakePoint", RUNTIME_OBJECT_MISSING); _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list