Skip to content

Commit

Permalink
initialize members
Browse files Browse the repository at this point in the history
  • Loading branch information
rogday committed Dec 13, 2021
1 parent d24befa commit 692059e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/core/test/test_arithm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1390,7 +1390,8 @@ struct MinMaxLocOp : public BaseElemWiseOp

struct reduceArgMinMaxOp : public BaseElemWiseOp
{
reduceArgMinMaxOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+FIX_GAMMA, 1, 1, Scalar::all(0))
reduceArgMinMaxOp() : BaseElemWiseOp(1, FIX_ALPHA+FIX_BETA+FIX_GAMMA, 1, 1, Scalar::all(0)),
isLast(false), isMax(false), axis(0)
{
context = ARITHM_MAX_NDIMS*2 + 2;
};
Expand Down

0 comments on commit 692059e

Please sign in to comment.