The source project of this merge request has been removed.
lalinference: add missing XLALGSL.h
Description
LALInferenceGenerateROQ.c LALInferencePrior.c use the XLAL_CALLGSL() macro but don't #include XLALGSL.h. this was discovered cleaning up other code elsewhere. note that LALInferenceGenerateROQ.c actually doesn't #include anything at all except its own header file. this is totally bonkers.
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
Not reviewed