Skip to content
Snippets Groups Projects
Commit 94649a7e authored by Cyrille Valladeau's avatar Cyrille Valladeau
Browse files

ENH: correct error in warning message

parent 499b0df6
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ void
StreamingImageFileWriter<TInputImage>
::SetBufferMemorySize(unsigned long memory_size_divisions)
{
itkWarningMacro("SetNumberOfDivisionsStrippedStreaming is DEPRECATED. "
itkWarningMacro("SetBufferMemorySize is DEPRECATED. "
"Use one of SetNumberOfLinesStrippedStreaming, "
"SetAutomaticStrippedStreaming, SetTileDimensionTiledStreaming, "
"or SetAutomaticTiledStreaming." );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment