Skip to content
Snippets Groups Projects
Commit f9f840a8 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: fix bug #0000143

parent 6c2a959d
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ public:
result.SetSize(x.GetSize());
// consistency checking
if ( result.GetSize()!=m_OutputMaximum.GetSize()
if ( result.GetSize() != m_OutputMinimum.GetSize()
|| result.GetSize() != m_OutputMaximum.GetSize()
|| result.GetSize() != m_InputMinimum.GetSize()
|| result.GetSize() != m_InputMaximum.GetSize())
......
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