Update pSEOBNRv4HM_tgr review authored by Gregorio Carullo's avatar Gregorio Carullo
......@@ -43,8 +43,7 @@ To run the test, please add MISSING to the config file and MISSING.
Is it truly unused?
- Why this line?
- if (use_hm) {
+ if (use_hm && 0) {
if (use_hm) { ---> if (use_hm && 0) {
- Why do you declare them as unused?
......
......