We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d4e2f commit a037dd8Copy full SHA for a037dd8
SimulationRuntime/cpp/Solver/Kinsol/FactoryExport.cpp
@@ -44,7 +44,7 @@ extern "C" void BOOST_EXTENSION_EXPORT_DECL extension_export_kinsol(boost::exten
44
#endif //USE_SUNDIALS_LAPACK
45
#include <kinsol/kinsol_spbcgs.h>
46
#include <kinsol/kinsol_sptfqmr.h>
47
-#include <kinsol/kinsol_klu.h>
+//#include <kinsol/kinsol_klu.h>
48
#include <kinsol/kinsol_direct.h>
49
#include <sundials/sundials_dense.h>
50
#include <kinsol/kinsol_impl.h>
0 commit comments