pull/347/head
Stephen Mather 2016-05-07 11:40:17 -04:00 zatwierdzone przez Dakota Benjamin
rodzic 23794a62d6
commit 09acdf6224
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -862,7 +862,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;