Commit 55f093a4 authored by Vladislav Samsonov's avatar Vladislav Samsonov

Fixing signed vs unsigned warning

parent ab130c76
......@@ -55,7 +55,7 @@ const int patchRadius = 10;
const double thresholdMagnitudeFrac = 0.6666666666;
const int globalIters = 3;
const int localIters = 500;
const unsigned minNumberOfSamples = 2;
const int minNumberOfSamples = 2;
//const bool debugOutput = true;
struct Magnitude
......
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