From: Timo Heister Date: Sat, 3 Feb 2018 03:35:56 +0000 (-0500) Subject: document sundials namespace X-Git-Tag: v9.0.0-rc1~472^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d02fa9c8478f1e02c7d124e15e22af938d3000b5;p=dealii.git document sundials namespace otherwise it doesn't appear in doxygen. --- 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 { /**