]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a compiler warning in ImmersedSurfaceQuadrature. 4649/head
authorSimon Sticko <simon.sticko@it.uu.se>
Mon, 24 Jul 2017 09:22:13 +0000 (11:22 +0200)
committerSimon Sticko <simon.sticko@it.uu.se>
Mon, 24 Jul 2017 10:24:48 +0000 (12:24 +0200)
source/non_matching/immersed_surface_quadrature.cc

index 288620d14a37a02d6e5e07b64a0bcaabf92184a9..f130b016e8b4d032e71ef569fb402689e88d231c 100644 (file)
@@ -31,6 +31,7 @@ namespace NonMatching
     AssertDimension (normals.size(), points.size());
     for (auto normal : normals)
       {
+        (void)normal;
         Assert(std::abs(normal.norm() - 1.0) < 1e-9,
                ExcMessage("Normal is not normalized."));
       }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.