java-romp / jromp

Java Runtime implementation of OpenMP.
https://java-romp.github.io/jromp/
MIT License
5 stars 0 forks source link

Add new ReductionVariable constructor with Operation as parameter #52

Closed scastd closed 2 months ago

scastd commented 2 months ago

Describe the feature

Add a new constructor for the ReductionVariable that takes an Operation and calls the other constructor.

public ReductionVariable(Operation operation, T initialValue);

Additional information

Final checks