浏览代码

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;
     }