]> https://gitweb.dealii.org/ - dealii.git/commitdiff
worked on (void) occurences during workshop 17555/head
authorMahdi Gharehbaygloo <mg6f4@mst.edu>
Fri, 16 Aug 2024 17:38:20 +0000 (12:38 -0500)
committerMahdi Gharehbaygloo <mg6f4@mst.edu>
Fri, 16 Aug 2024 17:38:20 +0000 (12:38 -0500)
source/grid/grid_tools.cc

index 92fdf88df594dfe6086d6d9257cbe095e0e1f1a1..03f432e72517f583e2afa89fc6931b7b9616c514 100644 (file)
@@ -197,11 +197,9 @@ namespace GridTools
 
   template <int dim, int spacedim>
   void
-  rotate(const double angle, Triangulation<dim, spacedim> &triangulation)
+  rotate(const double /*angle*/,
+         Triangulation<dim, spacedim> & /*triangulation*/)
   {
-    (void)angle;
-    (void)triangulation;
-
     AssertThrow(false,
                 ExcMessage(
                   "GridTools::rotate() is only available for spacedim = 2."));

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.