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>
|
#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
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user