Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
LSGRM
Commits
4b5effd8
Commit
4b5effd8
authored
Mar 02, 2017
by
remi cresson
Browse files
FIX: remove setprecision in itk logger
parent
4cf42afc
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/lsgrmController.txx
View file @
4b5effd8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment