فهرست منبع

more precise warning

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@66759 15284696-431f-4ddb-bdfa-cd5b030d7da7
Yann Chemin 9 سال پیش
والد
کامیت
efdbbad0bf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/gmath/la.c

+ 1 - 1
lib/gmath/la.c

@@ -1368,7 +1368,7 @@ vec_struct *G_vector_product (vec_struct *v1, vec_struct *v2, vec_struct *out)
     }
 
     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;
     }