ソースを参照

transformlib: replace librans.h by transform.h header

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49222 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 年 前
コミット
6d0b3b0970

+ 1 - 1
lib/vector/transform/inverse.c

@@ -1,6 +1,6 @@
 /*  @(#)inverse.c       2.1  6/26/87  */
 #include <math.h>
-#include <grass/libtrans.h>
+#include <grass/transform.h>
 
 #define EPSILON 1.0e-16
 

+ 1 - 1
lib/vector/transform/m_mult.c

@@ -1,6 +1,6 @@
 /*  @(#)m_mult.c        2.1  6/26/87  */
 #include <stdio.h>
-#include <grass/libtrans.h>
+#include <grass/transform.h>
 
 #define		N	3
 

+ 1 - 1
lib/vector/transform/transform.c

@@ -50,7 +50,7 @@ residuals_b_predicts_a (ax,ay,bx,by,use,n,residuals,rms)
 
 #include <stdio.h>
 #include <math.h>
-#include <grass/libtrans.h>
+#include <grass/transform.h>
 
 /* the coefficients */
 static double A0, A1, A2, A3, A4, A5;