From bb608ad0ef23b2f7784caaa9fdbee289ff425805 Mon Sep 17 00:00:00 2001 From: Ralf Gerlich Date: Wed, 19 Dec 2007 09:29:54 +0100 Subject: [PATCH] Now using SG_LOG properly for outputs --- src/Prep/TerraFit/terrafit.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Prep/TerraFit/terrafit.cc b/src/Prep/TerraFit/terrafit.cc index 1e3311af..a23fb5d4 100644 --- a/src/Prep/TerraFit/terrafit.cc +++ b/src/Prep/TerraFit/terrafit.cc @@ -292,7 +292,9 @@ int main(int argc, char** argv) { exit(1); } } - std::cout << min_points << " " << point_limit << " " << error_threshold << "\n"; + SG_LOG(SG_GENERAL, SG_INFO, "Min points = " << min_points); + SG_LOG(SG_GENERAL, SG_INFO, "Max points = " << point_limit); + SG_LOG(SG_GENERAL, SG_INFO, "Max error = " << error_threshold); if (optind