BrunoLevy / geogram

a programming library with geometric algorithms
Other
1.8k stars 122 forks source link

fix a compilation error in src/lib/third_party/numerics/SUPERLU/ #155

Closed lrineau closed 2 months ago

lrineau commented 2 months ago

This fixes a compilation error about float* vs double*.

I have ran basic tests (no sanitizer, no nothing) with:

./build/Linux64-gcc-dynamic-Release/tests/runpybot.sh --include=smoke --include=smoke_Standard tests/

Screenshot_20240618_163328

BrunoLevy commented 2 months ago

Merci Laurent !