Skip to content

Commit

Permalink
Forgot to store skipped statistic. ARRRGGGHHHH!!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
mensinda committed Jul 20, 2018
1 parent 9dab8fe commit cf4c368
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/builder/Bittner13Par.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,9 @@ ErrorCode Bittner13Par::runImpl(State &_state) {
lNumNodes * vMaxNumStepps,
(int)(((float)lSkipped / (float)(lNumNodes * vMaxNumStepps)) * 100));

_state.optData.numSkipped = lSkipped;
_state.optData.numTotal = lNumNodes * vMaxNumStepps;

_state.bvh.fixLevels();
return ErrorCode::OK;
}
Expand Down

0 comments on commit cf4c368

Please sign in to comment.