From: Wolfgang Bangerth Date: Tue, 8 Jun 2021 23:25:46 +0000 (-0600) Subject: We no longer support SUNDIALS before version 3.0. X-Git-Tag: v9.4.0-rc1~1252^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9d3af6f12ee5a9ec00b1ef720e9d7466fe3ba4c;p=dealii.git We no longer support SUNDIALS before version 3.0. --- diff --git a/source/sundials/ida.cc b/source/sundials/ida.cc index d78db1dfee..08ca464a09 100644 --- a/source/sundials/ida.cc +++ b/source/sundials/ida.cc @@ -350,9 +350,6 @@ namespace SUNDIALS IDA_mem->ida_lsolve = solve_with_jacobian_callback; else AssertThrow(false, ExcFunctionNotProvided("solve_jacobian_system")); -# if DEAL_II_SUNDIALS_VERSION_LT(3, 0, 0) - IDA_mem->ida_setupNonNull = true; -# endif # else SUNMatrix J = nullptr; SUNLinearSolver LS = nullptr;