Skip to content

Commit 71f2d05

Browse files
author
mmassing
committed
Indentation cleanups, before jef beats me to it :-)
git-svn-id: http://svn.osgeo.org/qgis/trunk@13992 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f1fa50b commit 71f2d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/georeferencer/qgsleastsquares.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ void QgsLeastSquares::projective( std::vector<QgsPoint> mapCoords,
316316

317317
// Change coordinate frame of image and pre-image from normalized to map and pixel coordinates.
318318
// H' = denormalizeMapCoords*H*normalizePixelCoords
319-
gsl_blas_dgemm(CblasNoTrans, CblasNoTrans, 1.0, &Hmatrix.matrix, &normPixelMatrix.matrix, 0.0, prodMatrix );
320-
gsl_blas_dgemm(CblasNoTrans, CblasNoTrans, 1.0, &denormMapMatrix.matrix, prodMatrix, 0.0, &Hmatrix.matrix );
319+
gsl_blas_dgemm( CblasNoTrans, CblasNoTrans, 1.0, &Hmatrix.matrix, &normPixelMatrix.matrix, 0.0, prodMatrix );
320+
gsl_blas_dgemm( CblasNoTrans, CblasNoTrans, 1.0, &denormMapMatrix.matrix, prodMatrix, 0.0, &Hmatrix.matrix );
321321

322322
gsl_matrix_free( prodMatrix );
323323
gsl_matrix_free( S );

0 commit comments

Comments
 (0)