From b2d808f214598cc1014f3305465ae79ecb33142f Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 19 Aug 2003 02:26:43 +0000 Subject: [PATCH] Tweak an output message. --- src/Prep/DemChop/hgtchop.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Prep/DemChop/hgtchop.cxx b/src/Prep/DemChop/hgtchop.cxx index 83b6cd2e..06732bd6 100644 --- a/src/Prep/DemChop/hgtchop.cxx +++ b/src/Prep/DemChop/hgtchop.cxx @@ -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) ) {