Skip to content
  • bianucci's avatar
    Fix for wrong eps computation in Vandermonde with gcc-5. · 542b8cd2
    bianucci authored
    Apparently in gcc-5 the abs function has return type int instead of double, switching it to fabs solved the issue.
    The visible symptom of the issue was getting "nan" values in the computed differential operator values in the Dcpse tests.
    542b8cd2