[GRASS-SVN] r49657 - grass/trunk/lib/gmath
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 11 23:15:37 EST 2011
Author: hamish
Date: 2011-12-11 20:15:37 -0800 (Sun, 11 Dec 2011)
New Revision: 49657
Modified:
grass/trunk/lib/gmath/lu.c
Log:
typo
Modified: grass/trunk/lib/gmath/lu.c
===================================================================
--- grass/trunk/lib/gmath/lu.c 2011-12-12 04:07:26 UTC (rev 49656)
+++ grass/trunk/lib/gmath/lu.c 2011-12-12 04:15:37 UTC (rev 49657)
@@ -13,7 +13,7 @@
* \param indx int *
* \param d double *
*
- * \retrun 0 on singular matrix, 1 on success
+ * \return 0 on singular matrix, 1 on success
*/
int G_ludcmp(double **a, int n, int *indx, double *d)
{
@@ -97,7 +97,7 @@
* \param indx int *
* \param b double []
*
- * \retrun void
+ * \return void
*/
void G_lubksb(double **a, int n, int *indx, double b[])
{
More information about the grass-commit
mailing list