1
0
Fork 0

Tweak an output message.

This commit is contained in:
curt 2003-08-19 02:26:43 +00:00
parent 39222a737e
commit b2d808f214

View file

@ -90,7 +90,7 @@ int main(int argc, char **argv) {
int dx, dy, i, j;
sgBucketDiff(b_min, b_max, &dx, &dy);
cout << "HGT file spans tile boundaries" << endl;
cout << "HGT file spans tile boundaries (ok)" << endl;
cout << " dx = " << dx << " dy = " << dy << endl;
if ( (dx > 20) || (dy > 20) ) {