From 4b5effd87c204d79ebf1a34ca0d401267ae47782 Mon Sep 17 00:00:00 2001 From: remi cresson <remi.cresson@teledetection.fr> Date: Thu, 2 Mar 2017 11:53:36 +0000 Subject: [PATCH] FIX: remove setprecision in itk logger --- include/lsgrmController.txx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lsgrmController.txx b/include/lsgrmController.txx index 26de5f5..033f077 100644 --- a/include/lsgrmController.txx +++ b/include/lsgrmController.txx @@ -374,7 +374,7 @@ void Controller<TSegmenter>::GetAutomaticConfiguration() // Update minimum criterion float criterion = compactness / percentMemory; // ]0, +inf] - itkDebugMacro(<< std::setprecision (2) << std::fixed + itkDebugMacro(//<< std::setprecision (2) << std::fixed << "Nb. tiles=" << nbOfTiles << " Layout: " << layoutNRow << "x" << layoutNCol << " Mem. use=" << percentMemory -- GitLab