From 6d6ec01e9577710cfd8509fac0c9e2b93f1805c7 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 9 Apr 2018 23:07:54 +0200 Subject: [PATCH] Fixed DA comments. --- examples/step-53/step-53.cc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.5