Fix a g++-9 warning
Compare changes
- Stéphane Del Pino authored
Call was ambiguous without it: interpolate: mesh*(zone...)*Vh_type*(function...) -> Vh interpolate: mesh*(zone...)*Vh_type*function -> Vh
Quite a strange warning: suggested parenthesis in a Catch2 macro expansion
Call was ambiguous without it: interpolate: mesh*(zone...)*Vh_type*(function...) -> Vh interpolate: mesh*(zone...)*Vh_type*function -> Vh