The while loop in member function buildPyramid in deepflow.cpp terminated as a result of the break statement and never as a result of the termination criteria because the "i" variable in the while loop was never incremented. Changed the while loop into a for loop Changed the while loop into a for loop in the member function buildPyramid in deepFlow.cpp removed trailing whitespacepull/1222/head
parent
09b73b2dc7
commit
fbbda575de
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue