9 #include "fei_macros.hpp"
10 #include "fei_LibraryWrapper.hpp"
11 #include "fei_LinearSystemCore.hpp"
12 #include "fei_FiniteElementData.hpp"
16 : haveLinearSystemCore_(true),
17 haveFiniteElementData_(false),
24 : haveLinearSystemCore_(false),
25 haveFiniteElementData_(true),
31 LibraryWrapper::~LibraryWrapper()