From: Luca Heltai Date: Mon, 9 Apr 2018 21:55:36 +0000 (+0200) Subject: Fixed DA comments. X-Git-Tag: v9.0.0-rc1~196^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d8c94a1a9fb3fba03f8192f16df951dfdb3555;p=dealii.git Fixed DA comments. --- diff --git a/doc/news/changes/minor/20180408LucaHeltai b/doc/news/changes/incompatibilities/20180408LucaHeltai similarity index 100% rename from doc/news/changes/minor/20180408LucaHeltai rename to doc/news/changes/incompatibilities/20180408LucaHeltai diff --git a/examples/step-53/step-53.cc b/examples/step-53/step-53.cc index b696737021..fadc278f19 100644 --- a/examples/step-53/step-53.cc +++ b/examples/step-53/step-53.cc @@ -48,7 +48,7 @@ // The last include file is required because we will be using a feature that is // 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 +// we provide their implementation in an internal namespace, if the compiler // does not support them: #include