[GRASS-SVN] r61517 - grass/branches/releasebranch_7_0/vector/v.surf.bspline

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 4 14:38:06 PDT 2014


Author: neteler
Date: 2014-08-04 14:38:06 -0700 (Mon, 04 Aug 2014)
New Revision: 61517

Modified:
   grass/branches/releasebranch_7_0/vector/v.surf.bspline/crosscorr.c
Log:
trivial formatting fixes

Modified: grass/branches/releasebranch_7_0/vector/v.surf.bspline/crosscorr.c
===================================================================
--- grass/branches/releasebranch_7_0/vector/v.surf.bspline/crosscorr.c	2014-08-04 21:37:54 UTC (rev 61516)
+++ grass/branches/releasebranch_7_0/vector/v.surf.bspline/crosscorr.c	2014-08-04 21:38:06 UTC (rev 61517)
@@ -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