Skip to content

Commit

Permalink
geosop: set default nArgs = 0 to fix "wrong number of arguments for o…
Browse files Browse the repository at this point in the history
…peration"
  • Loading branch information
mwtoews committed Apr 26, 2023
1 parent b284ec0 commit dde8a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/geosop/GeosOp.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using namespace geos::geom;

class OpArguments {
public:
int nArgs;
int nArgs = 0;
double arg1;
double arg2;
};
Expand Down

0 comments on commit dde8a32

Please sign in to comment.