entity-toolkit / entity

New generation astrophysical plasma simulation code with CPU/GPU portability
https://entity-toolkit.github.io/wiki/
Other
27 stars 2 forks source link

fix bug in metadomain.cpp; link library stdc++fs #47

Closed StaticObserver closed 2 months ago

StaticObserver commented 2 months ago

src/framework/metadomain.cpp line 378 INFINITY is float, when precision is double, it causes ambiguity at line 382

linking stdc++fs library in src/CMakelists.txt to void an error at compile time

haykh commented 2 months ago

@StaticObserver could you please reopen this issue merging to 1.1.0rc branch? Sorry, we're still figuring out our branching policy.