Changes
Page history
Update pSEOBNRv4HM_tgr review
authored
Jul 01, 2019
by
Gregorio Carullo
Show whitespace changes
Inline
Side-by-side
pSEOBNRv4HM_tgr-review.md
View page @
baa8a016
...
@@ -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**
...
...
...
...