From c420d9c8902822c2777bdc156b82278e70bb307b Mon Sep 17 00:00:00 2001 From: Mahdi Gharehbaygloo Date: Fri, 16 Aug 2024 12:38:20 -0500 Subject: [PATCH] worked on (void) occurences during workshop --- source/grid/grid_tools.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/grid/grid_tools.cc b/source/grid/grid_tools.cc index 92fdf88df5..03f432e725 100644 --- a/source/grid/grid_tools.cc +++ b/source/grid/grid_tools.cc @@ -197,11 +197,9 @@ namespace GridTools template void - rotate(const double angle, Triangulation &triangulation) + rotate(const double /*angle*/, + Triangulation & /*triangulation*/) { - (void)angle; - (void)triangulation; - AssertThrow(false, ExcMessage( "GridTools::rotate() is only available for spacedim = 2.")); -- 2.39.5