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