From b684971724b08f46ba4d39cbcc1c3a89875ceab0 Mon Sep 17 00:00:00 2001 From: Jacob Merson Date: Tue, 9 Jul 2024 02:39:16 -0400 Subject: [PATCH] add apfElement to exported interface In mumfim we make direct use of the element. @maxrpi @cwsmith and @jacobmerson discussed this offline a few months ago and felt like this was a reasonable fix. --- apf/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apf/CMakeLists.txt b/apf/CMakeLists.txt index 7eb3a5d8e..2c65af0ad 100644 --- a/apf/CMakeLists.txt +++ b/apf/CMakeLists.txt @@ -84,6 +84,7 @@ set(HEADERS apfField.h apfFieldData.h apfNumberingClass.h + apfElement.h ) # Add the apf library