Skip to content
Snippets Groups Projects
Commit 9727402d authored by Podhorszki, Norbert's avatar Podhorszki, Norbert
Browse files

update error message for PR #224

parent c68ed079
No related branches found
No related tags found
1 merge request!225update error message for PR #224
......@@ -29,7 +29,7 @@ void Engine::Write(Variable<T> &variable, const T *values)
{
if (m_DebugMode)
{
variable.CheckDimsBeforeWrite("Write(" + variable.m_Name + ")");
variable.CheckDimsBeforeWrite("Write " + variable.m_Name);
}
DoWrite(variable, values);
......
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