Skip to content

Commit

Permalink
Merge pull request #15245 from bangerth/arkode
Browse files Browse the repository at this point in the history
Avoid making a variable 'public' in the ARKode interfaces.
  • Loading branch information
drwells committed May 23, 2023
2 parents e845c6d + 5ab0a94 commit 69c845d
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 278 deletions.
1 change: 0 additions & 1 deletion include/deal.II/sundials/arkode.h
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,6 @@ namespace SUNDIALS
std::unique_ptr<internal::LinearSolverWrapper<VectorType>> linear_solver;
std::unique_ptr<internal::LinearSolverWrapper<VectorType>> mass_solver;

public:
/**
* A pointer to any exception that may have been thrown in user-defined
* call-backs and that we have to deal after the KINSOL function we call
Expand Down

0 comments on commit 69c845d

Please sign in to comment.