Hi, we would need to put more that 1024 starting points into r.drain, but stumble over:
main.c 52 /* should probably be updated to a pointer array & malloc/realloc as needed */ 53 #define MAX_POINTS 1024 http://trac.osgeo.org/grass/browser/grass/trunk/raster/r.drain/main.c#L51 Is it "dangerous" to significantly increase this number? Naturally dynamic allocation would be nice here... ? Markus _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
