Open jhp-lanl opened 4 months ago
The mass fraction cutoff for the PTE solver in the get_sg_eos_* interface should be an argument that can be passed by the calling function.
get_sg_eos_*
The cutoff is currently a magic number in the init_functor() for the various function calls: https://github.com/lanl/singularity-eos/blob/909b83f8424a21d47c57b468c3867bc86ce95ad9/singularity-eos/eos/get_sg_eos_functors.hpp#L75
init_functor()
The mass fraction cutoff for the PTE solver in the
get_sg_eos_*
interface should be an argument that can be passed by the calling function.The cutoff is currently a magic number in the
init_functor()
for the various function calls: https://github.com/lanl/singularity-eos/blob/909b83f8424a21d47c57b468c3867bc86ce95ad9/singularity-eos/eos/get_sg_eos_functors.hpp#L75