HeterodynedPulsarModel.c: fix typo in loop termination statement
- Mar 31, 2025
-
-
Matthew Pitkin authored
-
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
There is a typo in a loop that updates pulsar heterodyne frequency parameters if epochs are not the same between an initial set of heterodyne parameters and an updated set. The typo means that an inner loop can fail to terminate (it will output GSL errors before finally seg faulting). This MR fixes this error.
Please tick one of the following options:
For examples of changes that do not modify the API and/or are considered backwards (in)compatible, please see the contributing guide.