Skip to content

Return error for XLALSimIMRSEOBNRv4HMROM_Modes

Cecilio Garcia-Quiros requested to merge (removed):return-error-eobhmrom into master

Description

When using XLALSimIMRSEOBNRv4HMROM_Modes the functions always returns XLAL_SUCCESS even when the generation of the modes failed. This is somehow inconvenient when you check for errors by reading the returned value of the function. I just return the variable retcode that was already computed and stores the result of the evaluation of the internal function.

This is an auxiliary function that is not used for PE.

@roberto.cotesta @michael.puerrer @maria.haney

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

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.

Review Status

No review.

Merge request reports