Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cresson Remi
LSGRM
Commits
4b5effd8
Commit
4b5effd8
authored
Mar 02, 2017
by
remi cresson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FIX: remove setprecision in itk logger
parent
4cf42afc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/lsgrmController.txx
include/lsgrmController.txx
+1
-1
No files found.
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