Closed scastd closed 2 months ago
Add a new constructor for the ReductionVariable that takes an Operation and calls the other constructor.
ReductionVariable
Operation
public ReductionVariable(Operation operation, T initialValue);
Describe the feature
Add a new constructor for the
ReductionVariable
that takes anOperation
and calls the other constructor.Additional information
Final checks