Skip to content
Snippets Groups Projects
Commit 13778c04 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: missing return value

parent 5e6c012c
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,7 @@ public:
TFixedArray output;
output[0] = vlv[0];
output[1] = vlv[1];
return output;
}
};
......
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