Skip to content

Commit f1fa50b

Browse files
author
mmassing
committedAug 1, 2010
Remove debugging output.
git-svn-id: http://svn.osgeo.org/qgis/trunk@13991 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 5d22530 commit f1fa50b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎src/plugins/georeferencer/qgsgeoreftransform.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -603,17 +603,6 @@ bool QgsProjectiveGeorefTransform::updateParametersFromGCPs( const std::vector<Q
603603
{
604604
mParameters.Hinv[i] = adjoint[i]*oo_det;
605605
}
606-
607-
for (int i = 0; i < 3; i++) {
608-
for (int j = 0; j < 3; j++) {
609-
double sum = 0.0;
610-
for (int k = 0; k < 3; k++) {
611-
sum+= H[j*3 + k]*mParameters.Hinv[i + k*3];
612-
}
613-
std::cout<<sum<<", ";
614-
}
615-
std::cout<<std::endl;
616-
}
617606
}
618607
return true;
619608
}

0 commit comments

Comments
 (0)
Please sign in to comment.