[GRASS-SVN] r38976 - grass/branches/develbranch_6/include

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Sep 4 15:25:19 EDT 2009


Author: huhabla
Date: 2009-09-04 15:25:18 -0400 (Fri, 04 Sep 2009)
New Revision: 38976

Modified:
   grass/branches/develbranch_6/include/gmath.h
Log:
typo fix


Modified: grass/branches/develbranch_6/include/gmath.h
===================================================================
--- grass/branches/develbranch_6/include/gmath.h	2009-09-04 18:49:31 UTC (rev 38975)
+++ grass/branches/develbranch_6/include/gmath.h	2009-09-04 19:25:18 UTC (rev 38976)
@@ -174,7 +174,7 @@
 extern void G_math_d_aAx_by(double **, double *, double *, double , double , double *, int , int );
 extern void G_math_f_aAx_by(float **, float *, float *, float , float , float *, int , int );
 extern int G_math_d_A_T(double **A, int rows);
-extern int G_math_f_A_T(double **A, int rows);
+extern int G_math_f_A_T(float **A, int rows);
 
 /*level 3 matrix - matrix grass implementation with OpenMP thread support*/
 extern void G_math_d_aA_B(double **, double **, double , double **, int , int );



More information about the grass-commit mailing list