From dc1a30316d4ca03061e14040de04a1960f82721a Mon Sep 17 00:00:00 2001 From: Claus-Justus Heine <Claus-Justus.Heine@IANS.Uni-Stuttgart.DE> Date: Wed, 6 Feb 2008 11:00:08 +0000 Subject: [PATCH] Remove the option to disable the init-element stuff. --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/configure.ac b/configure.ac index fa0c596..b7d3999 100644 --- a/configure.ac +++ b/configure.ac @@ -499,20 +499,6 @@ ALBERTA_CHECK_PACKAGE([silo],[silo],[DBPutUcdmesh], # AM_CONDITIONAL(GEOMVIEW, true) -# -# Whether or not to enable the init_element() stuff. Switching off the -# init_element() feature will result in a library which is compatible -# at the binary and API level for standard application, and which is -# slightly faster because the if-statements testing for the presence -# of the init_element methods are disabled. -# -ALBERTA_ENABLE_FLAG([init-element], - [disable support for per-element initializers for basis-functions and - quadrature rules.], - 1, - USE_INIT_ELEMENT, - [subst cond def]) - # # Malloc debugging # -- GitLab