Made compilation of writeECLData.[ch]pp unconditional.
This commit is contained in:
parent
2d8610d773
commit
013c7dc162
@ -300,14 +300,15 @@ opm/core/linalg/call_umfpack.h \
|
|||||||
opm/core/linalg/LinearSolverUmfpack.hpp
|
opm/core/linalg/LinearSolverUmfpack.hpp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# Removed conditional, since the file now can be compiled
|
||||||
if HAVE_ERT
|
# always (function throwing if no ERT).
|
||||||
|
# if HAVE_ERT
|
||||||
lib_libopmcore_la_SOURCES += \
|
lib_libopmcore_la_SOURCES += \
|
||||||
opm/core/utility/writeECLData.cpp
|
opm/core/utility/writeECLData.cpp
|
||||||
|
|
||||||
nobase_include_HEADERS += \
|
nobase_include_HEADERS += \
|
||||||
opm/core/utility/writeECLData.hpp
|
opm/core/utility/writeECLData.hpp
|
||||||
endif
|
# endif
|
||||||
|
|
||||||
|
|
||||||
if DUNE_ISTL
|
if DUNE_ISTL
|
||||||
|
Loading…
Reference in New Issue
Block a user