Skip to content
Snippets Groups Projects
Commit e0eab2ab authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

Merge branch 'develop' into muparserx_4_0_7

parents aa6cdb03 fdbc28ab
No related branches found
No related tags found
No related merge requests found
......@@ -172,7 +172,10 @@ ChoiceParameter::SetValue(std::string choiceKey)
++i;
}
itkExceptionMacro(<< "Cannot find " << choiceKey);
itkExceptionMacro(<< "Invalid parameter value '"
<< choiceKey << "'"
<< " given for parameter '-"
<< this->GetKey() << "'");
}
unsigned int
......
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