Skip to content

Fix NRwf generator.

Riccardo Sturani requested to merge riccardo-sturani/lalsuite:fixNRwf into master

The lalsimulation NR waveform generator encounters a problems since it checks that the radius vector norm is equal to 1 when it does not have too. The bug was introduced by commit 4f71bdeb, which otherwise correctly fixes a sign bug in the definition of radius vector.

Merge request reports