Skip to content
Snippets Groups Projects
Commit dc1a3031 authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Remove the option to disable the init-element stuff.
parent 91240dac
Branches
Tags
No related merge requests found
...@@ -499,20 +499,6 @@ ALBERTA_CHECK_PACKAGE([silo],[silo],[DBPutUcdmesh], ...@@ -499,20 +499,6 @@ ALBERTA_CHECK_PACKAGE([silo],[silo],[DBPutUcdmesh],
# #
AM_CONDITIONAL(GEOMVIEW, true) 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 # Malloc debugging
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment