FLAMEGPU / FLAMEGPU2-model-template-cpp

Template for creating standalone FLAMEGPU2 models using the C++ (CUDA) interface
MIT License
4 stars 2 forks source link

Include cfloat for FLT_MAX #16

Closed ptheywood closed 1 month ago

ptheywood commented 1 month ago

cfloat/float.h is no longer an implicit include since a minor CUDA 12 version. Including <cfloat> resolves this error.

This has previously been fixed in the main FLAMEGPU/FLAMEGPU2 repository