[GRASS-SVN] r49957 - in grass/trunk/include: . defs

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 28 15:44:32 EST 2011


Author: mmetz
Date: 2011-12-28 12:44:32 -0800 (Wed, 28 Dec 2011)
New Revision: 49957

Removed:
   grass/trunk/include/defs/transform.h
   grass/trunk/include/transform.h
Log:
remove translib headers

Deleted: grass/trunk/include/defs/transform.h
===================================================================
--- grass/trunk/include/defs/transform.h	2011-12-28 20:42:38 UTC (rev 49956)
+++ grass/trunk/include/defs/transform.h	2011-12-28 20:44:32 UTC (rev 49957)
@@ -1,22 +0,0 @@
-#ifndef GRASS_TRANSFORMDEFS_H
-#define GRASS_TRANSFORMDEFS_H
-
-/* inverse.c */
-int inverse(double[DIM_matrix][DIM_matrix]);
-int isnull(double[DIM_matrix][DIM_matrix]);
-
-/* m_mult.c */
-int m_mult(double[DIM_matrix][DIM_matrix], double *, double *);
-
-/* transform.c */
-int compute_transformation_coef(double *, double *, double *, double *, int *,
-				int);
-int transform_a_into_b(double, double, double *, double *);
-int transform_b_into_a(double, double, double *, double *);
-int residuals_a_predicts_b(double *, double *, double *, double *, int *, int,
-			   double *, double *);
-int residuals_b_predicts_a(double *, double *, double *, double *, int *, int,
-			   double *, double *);
-int print_transform_matrix(void);
-
-#endif

Deleted: grass/trunk/include/transform.h
===================================================================
--- grass/trunk/include/transform.h	2011-12-28 20:42:38 UTC (rev 49956)
+++ grass/trunk/include/transform.h	2011-12-28 20:44:32 UTC (rev 49957)
@@ -1,15 +0,0 @@
-#ifndef GRASS_TRANSFORM_H
-#define GRASS_TRANSFORM_H
-
-/* This is the definition file for the libtrans functions.
-   These are the tools that move data from one coordinate system into
-   another.
- */
-/* to give the size of the multi-dim array parameter is necessary here,
-   because DEC's cc V5.6-079 on Digital UNIX V4.0 (Rev. 878) seems to need it
- */
-#define DIM_matrix 3
-
-#include <grass/defs/transform.h>
-
-#endif



More information about the grass-commit mailing list