do not use finite but isfinite

Merged
#16 · Created  · Last updated

Merged pull request

GRHydro_InitData: use C99 isfinite() rather than finite()

480b915·Author: ·Closed by: ·2021-09-02

Description

  • GRHydro: use C99 isfinite rather than finite

    Apple removed finite in macOS for M1 cpus, finite() is deprecated in C99

  • GRHydro_InitData: use C99 isfinite() rather than finite()

    finite() is decprecated and hsa been removed by Apple in macOS for M1 cpus

 

0 attachments

0 comments

Loading commits...