The source project of this merge request has been removed.
Fix missing approximant name in "lalSimulationApproximantNames" list
Compare changes
There is a missing entry when trying to loop over the approximant name list.
for (int a = 0; a < Approximant::NumApproximants; ++a) {
const char *s = XLALSimInspiralGetStringFromApproximant((Approximant) a);
std::cout << s << std::endl;
}
I updated the list of approximant name (conversion from type enum
to string) in LALSimInspiral.c.
SpinTaylorT2
was missing and SpinTaylor5
was in the wrong location in the list.
If any of the Backwards Incompatible check boxes are ticked please provide a justification why this change is necessary and why it needs to be done in a backwards incompatible way.