From: Luca Heltai Date: Mon, 9 Apr 2018 21:07:54 +0000 (+0200) Subject: Fixed DA comments. X-Git-Tag: v9.0.0-rc1~196^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d6ec01e9577710cfd8509fac0c9e2b93f1805c7;p=dealii.git Fixed DA comments. --- diff --git a/examples/step-53/step-53.cc b/examples/step-53/step-53.cc index 47a09ff2a2..b696737021 100644 --- a/examples/step-53/step-53.cc +++ b/examples/step-53/step-53.cc @@ -47,10 +47,9 @@ #include // The last include file is required because we will be using a feature that is -// not part of the C++11 standard. The deal.II library, however, can be installed -// with a C++11 compliant compiler, without assuming that C++14 or C++17 features are -// available. As some of these features are very useful, we provide their -// implementation in an internal namespace, if the compiler does not support them: +// not part of the C++11 standard. As some of the C++14 features are very useful, +// we provide their implementation in an internal namespace, if the compiler +// does not support them: #include #include