ncsu-landscape-dynamics / pops-core

PoPS Core: C++ library for the Pest or Pathogen Spread Model
https://ncsu-landscape-dynamics.github.io/pops-core
GNU General Public License v2.0
5 stars 2 forks source link

Provide overloads for Raster operators where ints and floats are mixed #215

Closed wenzeslaus closed 3 months ago

wenzeslaus commented 3 months ago

Provides a separate set of operator overloads for integral Rasters when the other operand is a floating point number.

We don't support pow and sqrt for ints with -Wfloat-conversion.