Skip to content

Changed the exponent type from int to double in the power grid-function

Praetorius, Simon requested to merge feature/power-gridfunction into master

Summary

The exponent for pow was fixed to int. Since internally the std::pow is used, one can directly replace int with double to have a more general operation. This is done in this MR.

Merge request reports