Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions cpp/cmd/5ttedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ class Modifier {
" but there may have been an error in generation of input images)"); //
}
if (inadequate_volume_count > 0) {
WARN("A total of " + str(excess_volume_count) + " voxels were outside the brain in the input image," + //
" the user provided non-zero partial volume fractions in at least one input volume," + //
" but the sum of partial volume fractions across user-provided images was less than one" + //
" (these were auto-scaled to sum to one," + //
" but there may have been an error in generation of input images)"); //
WARN("A total of " + str(inadequate_volume_count) + " voxels were outside the brain in the input image," + //
" the user provided non-zero partial volume fractions in at least one input volume," + //
" but the sum of partial volume fractions across user-provided images was less than one" + //
" (these were auto-scaled to sum to one," + //
" but there may have been an error in generation of input images)"); //
}
}

Expand Down
Loading