mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #5728 from kjetilly/remove_umfpack_ifdef
Remove #if HAVE_SUITESPARSE_UMFPACK in WellContributions.hpp
This commit is contained in:
@@ -26,9 +26,7 @@
|
||||
#include <cuda_runtime.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_SUITESPARSE_UMFPACK
|
||||
#include<umfpack.h>
|
||||
#endif
|
||||
#include <umfpack.h>
|
||||
#include <dune/common/version.hh>
|
||||
|
||||
namespace Opm
|
||||
|
||||
@@ -23,9 +23,7 @@
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
#if HAVE_SUITESPARSE_UMFPACK
|
||||
#include<umfpack.h>
|
||||
#endif
|
||||
#include <umfpack.h>
|
||||
#include <dune/common/version.hh>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
Reference in New Issue
Block a user