From: Timo Heister Date: Fri, 4 Dec 2020 18:52:20 +0000 (-0500) Subject: Update examples/step-67/step-67.cc X-Git-Tag: v9.3.0-rc1~791^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f3ebfb799f56d3d35664448aa3932ba69a5e18;p=dealii.git Update examples/step-67/step-67.cc Co-authored-by: Daniel Arndt --- diff --git a/examples/step-67/step-67.cc b/examples/step-67/step-67.cc index a449ec48e2..d1685c5bea 100644 --- a/examples/step-67/step-67.cc +++ b/examples/step-67/step-67.cc @@ -1450,7 +1450,7 @@ namespace Euler_DG // compiler to SIMD parallelize this loop (which means in practice that we // ensure that there is no overlap, also called aliasing, between the index // ranges of the pointers we use inside the loops). It turns out that at the - // time of this writing, GCC 7.2 fails to compile an OPENMP pragma inside a + // time of this writing, GCC 7.2 fails to compile an OpenMP pragma inside a // lambda function, so we comment this pragma out below. If your compiler is // newer, you should be able to uncomment these lines again. //