Commit fc1d38ce authored by Vladislav Vinogradov's avatar Vladislav Vinogradov

fixed compilation of gpu-basics-similarity tutorial:

initialize TIMES variable with some default value (10)
parent 5ac8444c
...@@ -69,7 +69,7 @@ int main(int, char *argv[]) ...@@ -69,7 +69,7 @@ int main(int, char *argv[])
BufferPSNR bufferPSNR; BufferPSNR bufferPSNR;
BufferMSSIM bufferMSSIM; BufferMSSIM bufferMSSIM;
int TIMES; int TIMES = 10;
stringstream sstr(argv[3]); stringstream sstr(argv[3]);
sstr >> TIMES; sstr >> TIMES;
double time, result = 0; double time, result = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment