Skip to content

lalinference: add missing XLALGSL.h

Kipp Cannon requested to merge (removed):lalinference_gsl_fix into master

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

Merge request reports