Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions expui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ target_sources(expui PUBLIC FILE_SET HEADERS
${CMAKE_CURRENT_SOURCE_DIR}/BiorthBasis.H
${CMAKE_CURRENT_SOURCE_DIR}/BiorthBess.H
${CMAKE_CURRENT_SOURCE_DIR}/FieldGenerator.H
${CMAKE_CURRENT_SOURCE_DIR}/UnitValidator.H
)

# Make the exp config header part of the public install
Expand Down
2 changes: 1 addition & 1 deletion expui/Coefficients.H
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "CoefStruct.H"

// Unit validation
#include <UnitValidator.H>
#include "UnitValidator.H"

// All coefficient classes are in this namespace
namespace CoefClasses
Expand Down