pull/297/head
Stephen Mather 2016-05-07 11:40:17 -04:00
rodzic 58122e84d9
commit cd2c03562f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -865,7 +865,7 @@ void Georef::performGeoreferencingWithGCP()
if (nrGCPUsable < 3)
{
throw GeorefException("Less than 3 GCPs have correspondences in the generated model.");
throw GeorefException("Fewer than 3 GCPs have correspondences in the generated model.");
}
size_t gcp0; size_t gcp1; size_t gcp2;