[GRASS-SVN] r66759 - grass/trunk/lib/gmath

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Nov 6 05:59:48 PST 2015


Author: ychemin
Date: 2015-11-06 05:59:48 -0800 (Fri, 06 Nov 2015)
New Revision: 66759

Modified:
   grass/trunk/lib/gmath/la.c
Log:
more precise warning

Modified: grass/trunk/lib/gmath/la.c
===================================================================
--- grass/trunk/lib/gmath/la.c	2015-11-06 10:54:51 UTC (rev 66758)
+++ grass/trunk/lib/gmath/la.c	2015-11-06 13:59:48 UTC (rev 66759)
@@ -1368,7 +1368,7 @@
     }
 
     if (v1->type != out->type) {
-        G_warning (_("Output vector is of incorrect type"));
+        G_warning (_("Output vector is not the same type as others"));
         return NULL;
     }
 



More information about the grass-commit mailing list