Update pSEOBNRv4HM_tgr review authored by Gregorio Carullo's avatar Gregorio Carullo
...@@ -45,11 +45,9 @@ Is it truly unused? ...@@ -45,11 +45,9 @@ Is it truly unused?
if (use_hm) { ---> if (use_hm && 0) { if (use_hm) { ---> if (use_hm && 0) {
- Why do you declare them as unused? - Why do you declare the parameters as unused?
+ UNUSED REAL8 domega220 = XLALSimInspiralWaveformParamsLookupDOmega220(LALparams);
UNUSED REAL8 domega220 = XLALSimInspiralWaveformParamsLookupDOmega220(LALparams);
**Description of the changes** **Description of the changes**
... ...
......