We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d008dd4 commit b36ea13Copy full SHA for b36ea13
src/plugins/georeferencer/qgsgeorefplugingui.cpp
@@ -1219,7 +1219,7 @@ bool QgsGeorefPluginGui::calculateMeanError( double& error ) const
1219
return false;
1220
}
1221
1222
- int nPointsEnabled = 0;
+ unsigned int nPointsEnabled = 0;
1223
QgsGCPList::const_iterator gcpIt = mPoints.constBegin();
1224
for ( ; gcpIt != mPoints.constEnd(); ++gcpIt )
1225
{
@@ -1241,7 +1241,6 @@ bool QgsGeorefPluginGui::calculateMeanError( double& error ) const
1241
1242
double sumVxSquare = 0;
1243
double sumVySquare = 0;
1244
- double resXMap, resYMap;
1245
1246
gcpIt = mPoints.constBegin();
1247
0 commit comments