diff --git a/Sources/Geometry/Interfaces/LocalInterface/LocalInterface.cpp b/Sources/Geometry/Interfaces/LocalInterface/LocalInterface.cpp index c56f3e053713fc15df30c732a6f03327749aaa47..7375079710ca9dfe9f46f91f379478b6bc184753 100644 --- a/Sources/Geometry/Interfaces/LocalInterface/LocalInterface.cpp +++ b/Sources/Geometry/Interfaces/LocalInterface/LocalInterface.cpp @@ -32,10 +32,9 @@ namespace MoReFEM [[noreturn]] LocalInterface::LocalInterface(std::false_type, InterfaceNS::Nature nature, IsInterior interior) - : is_interior_(interior) + : nature_(nature), + is_interior_(interior) { - static_cast(nature); - static_cast(interior); assert(false && "Here only for compile requirements; should never be actually called!"); exit(EXIT_FAILURE); }