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

COMP: bug introduced in precedent commit

parent 62d5e389
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ typename VariableLengthVectorConverter< std::vector<std::vector<TInternalInputTy
VariableLengthVectorConverter< std::vector<std::vector<TInternalInputType> >, TPrecisionType>
::Convert(InputType input)
{
unsigned int p, q
unsigned int p, q;
unsigned int count = 0;
unsigned int rsltIdx = 0;
......
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