[GRASS-SVN] r41792 - in grass/branches/develbranch_6/vector:
v.net.allpairs v.net.bridge v.net.centrality v.net.components
v.net.connectivity v.net.distance v.net.flow
v.net.spanningtree v.net.timetable
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Apr 10 15:47:40 EDT 2010
Author: martinl
Date: 2010-04-10 15:47:39 -0400 (Sat, 10 Apr 2010)
New Revision: 41792
Modified:
grass/branches/develbranch_6/vector/v.net.allpairs/
grass/branches/develbranch_6/vector/v.net.allpairs/Makefile
grass/branches/develbranch_6/vector/v.net.bridge/
grass/branches/develbranch_6/vector/v.net.centrality/
grass/branches/develbranch_6/vector/v.net.centrality/Makefile
grass/branches/develbranch_6/vector/v.net.components/
grass/branches/develbranch_6/vector/v.net.components/Makefile
grass/branches/develbranch_6/vector/v.net.connectivity/
grass/branches/develbranch_6/vector/v.net.connectivity/Makefile
grass/branches/develbranch_6/vector/v.net.distance/
grass/branches/develbranch_6/vector/v.net.distance/Makefile
grass/branches/develbranch_6/vector/v.net.flow/
grass/branches/develbranch_6/vector/v.net.flow/Makefile
grass/branches/develbranch_6/vector/v.net.spanningtree/
grass/branches/develbranch_6/vector/v.net.spanningtree/Makefile
grass/branches/develbranch_6/vector/v.net.timetable/
grass/branches/develbranch_6/vector/v.net.timetable/Makefile
grass/branches/develbranch_6/vector/v.net.timetable/main.c
Log:
more grass6 fixes
Property changes on: grass/branches/develbranch_6/vector/v.net.allpairs
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.allpairs/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.allpairs/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.allpairs/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.allpairs
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECTRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Property changes on: grass/branches/develbranch_6/vector/v.net.bridge
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Property changes on: grass/branches/develbranch_6/vector/v.net.centrality
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.centrality/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.centrality/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.centrality/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.centrality
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Property changes on: grass/branches/develbranch_6/vector/v.net.components
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.components/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.components/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.components/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.components
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECTRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Property changes on: grass/branches/develbranch_6/vector/v.net.connectivity
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.connectivity/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.connectivity/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.connectivity/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.connectivity
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECTRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Property changes on: grass/branches/develbranch_6/vector/v.net.distance
___________________________________________________________________
Modified: svn:ignore
- OBJ*
+ OBJ*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.distance/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.distance/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.distance/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.distance
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECTRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Property changes on: grass/branches/develbranch_6/vector/v.net.flow
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.flow/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.flow/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.flow/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.flow
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECTRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Property changes on: grass/branches/develbranch_6/vector/v.net.spanningtree
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.spanningtree/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.spanningtree/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.spanningtree/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.spanningtree
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECTRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Property changes on: grass/branches/develbranch_6/vector/v.net.timetable
___________________________________________________________________
Modified: svn:ignore
- OBJ.*
+ OBJ.*
*.tmp.html
Modified: grass/branches/develbranch_6/vector/v.net.timetable/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/v.net.timetable/Makefile 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.timetable/Makefile 2010-04-10 19:47:39 UTC (rev 41792)
@@ -2,7 +2,7 @@
PGM=v.net.timetable
-LIBES = $(VECTORLIB) $(GISLIB) $(NETALIB)
+LIBES = $(VECTRLIB) $(GISLIB) $(NETALIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP)
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
Modified: grass/branches/develbranch_6/vector/v.net.timetable/main.c
===================================================================
--- grass/branches/develbranch_6/vector/v.net.timetable/main.c 2010-04-10 19:44:12 UTC (rev 41791)
+++ grass/branches/develbranch_6/vector/v.net.timetable/main.c 2010-04-10 19:47:39 UTC (rev 41792)
@@ -260,13 +260,13 @@
map_out = G_define_standard_option(G_OPT_V_OUTPUT);
- walk_layer_opt = G_define_standard_option(G_OPT_V_FIELD_ALL);
+ walk_layer_opt = G_define_standard_option(G_OPT_V_FIELD);
walk_layer_opt->key = "walk_layer";
walk_layer_opt->answer = "-1";
walk_layer_opt->label =
_("Layer number or name with walking connections or -1");
- path_layer_opt = G_define_standard_option(G_OPT_V_FIELD_ALL);
+ path_layer_opt = G_define_standard_option(G_OPT_V_FIELD);
path_layer_opt->key = "path_layer";
path_layer_opt->answer = "-1";
path_layer_opt->label = _("Layer number or name with route paths or -1");
More information about the grass-commit
mailing list