From bf9ccff45e66227507847f42b425a57d07257bb4 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 5 Nov 2022 11:52:51 -0400 Subject: [PATCH] Remove SPARSITY_PATTERNS from template-arguments.in We no longer need it! Taken together, removing the templates over the sparsity pattern type lowers the number of symbols in the debug library build from 813005 to 811893. --- cmake/config/template-arguments.in | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cmake/config/template-arguments.in b/cmake/config/template-arguments.in index d5d0f84093..ce0698f876 100644 --- a/cmake/config/template-arguments.in +++ b/cmake/config/template-arguments.in @@ -239,15 +239,6 @@ TRIANGULATIONS := { Triangulation; parallel::shared::Triangulation; parallel::distributed::Triangulation;} -// serial and parallel sparsity pattern types -SPARSITY_PATTERNS := { SparsityPattern; - DynamicSparsityPattern; - @DEAL_II_EXPAND_TRILINOS_SPARSITY_PATTERN@; - - BlockSparsityPattern; - BlockDynamicSparsityPattern; - @DEAL_II_EXPAND_TRILINOS_BLOCK_SPARSITY_PATTERN@; } - // all supported logical dimensions DIMENSIONS := { 1; 2; 3 } -- 2.39.5