Merge pull request #5728 from kjetilly/remove_umfpack_ifdef

Remove #if HAVE_SUITESPARSE_UMFPACK in WellContributions.hpp
This commit is contained in:
Arne Morten Kvarving
2024-11-12 10:36:52 +01:00
committed by GitHub
2 changed files with 2 additions and 6 deletions

View File

@@ -26,9 +26,7 @@
#include <cuda_runtime.h> #include <cuda_runtime.h>
#endif #endif
#if HAVE_SUITESPARSE_UMFPACK #include <umfpack.h>
#include<umfpack.h>
#endif
#include <dune/common/version.hh> #include <dune/common/version.hh>
namespace Opm namespace Opm

View File

@@ -23,9 +23,7 @@
#include <memory> #include <memory>
#include <vector> #include <vector>
#if HAVE_SUITESPARSE_UMFPACK #include <umfpack.h>
#include<umfpack.h>
#endif
#include <dune/common/version.hh> #include <dune/common/version.hh>
namespace Opm { namespace Opm {