[GRASS-SVN] r61515 - grass/trunk/vector/v.surf.bspline
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Aug 4 14:37:13 PDT 2014
Author: neteler
Date: 2014-08-04 14:37:13 -0700 (Mon, 04 Aug 2014)
New Revision: 61515
Modified:
grass/trunk/vector/v.surf.bspline/crosscorr.c
Log:
trivial formatting fixes
Modified: grass/trunk/vector/v.surf.bspline/crosscorr.c
===================================================================
--- grass/trunk/vector/v.surf.bspline/crosscorr.c 2014-08-04 19:36:21 UTC (rev 61514)
+++ grass/trunk/vector/v.surf.bspline/crosscorr.c 2014-08-04 21:37:13 UTC (rev 61515)
@@ -85,7 +85,7 @@
ndata);
if (ndata > 50)
- G_warning(_("Maybe, it takes too long. "
+ G_warning(_("Maybe it takes too long. "
"It will depend on how many points you are considering."));
else
G_debug(5, "CrossCorrelation: It shouldn't take too long.");
@@ -154,8 +154,8 @@
BW = P_get_BandWidth(bilin, nsply);
/**/
- /*Least Squares system */
- N = G_alloc_matrix(nparam_spl, BW); /* Normal matrix */
+ /*Least Squares system */
+ N = G_alloc_matrix(nparam_spl, BW); /* Normal matrix */
TN = G_alloc_vector(nparam_spl); /* vector */
parVect = G_alloc_vector(nparam_spl); /* Parameters vector */
obsVect = G_alloc_matrix(ndata, 3); /* Observation vector */
@@ -280,7 +280,7 @@
G_debug(1, "CrossCorrelation: stat_vect.error[%d] = %lf", j,
stat_vect.error[j]);
- /* Once the last value is left out, it is swaped with j-value */
+ /* Once the last value is left out, it is swapped with j-value */
observ = swap(observ, j, ndata - 1);
G_percent(j, ndata, 2);
More information about the grass-commit
mailing list