From d02fa9c8478f1e02c7d124e15e22af938d3000b5 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 2 Feb 2018 22:35:56 -0500 Subject: [PATCH] document sundials namespace otherwise it doesn't appear in doxygen. --- include/deal.II/sundials/arkode.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/deal.II/sundials/arkode.h b/include/deal.II/sundials/arkode.h index bb5c8e73d3..3a9f8cbfbc 100644 --- a/include/deal.II/sundials/arkode.h +++ b/include/deal.II/sundials/arkode.h @@ -52,6 +52,9 @@ DEAL_II_NAMESPACE_OPEN // Shorthand notation for ARKODE error codes. #define AssertARKode(code) Assert(code >= 0, ExcARKodeError(code)) +/** + * A namespace for dealing with ODE solvers through the SUNDIALS package. + */ namespace SUNDIALS { /** -- 2.39.5