Description:
the default setting of hfact=1.2 is ok for the cubic spline but not if a different kernel is employed. Hence we should not have any hardwired hfact=1.2 statements in the code. This replaces those remaining with hfact=hfact_default where hfact_default is a parameter in the top of the corresponding kernel module.
Testing:
compiled phantomanalysis and moddump with the amended files
Type of PR: other
Description: the default setting of hfact=1.2 is ok for the cubic spline but not if a different kernel is employed. Hence we should not have any hardwired hfact=1.2 statements in the code. This replaces those remaining with hfact=hfact_default where hfact_default is a parameter in the top of the corresponding kernel module.
Testing: compiled phantomanalysis and moddump with the amended files
Did you run the bots? no