mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #462 from blattms/fix-build
Removes unused experimental header include to fix build.
This commit is contained in:
@@ -101,6 +101,7 @@ list (APPEND PROGRAM_SOURCE_FILES
|
||||
# originally generated with the command:
|
||||
# find opm -name '*.h*' -a ! -name '*-pch.hpp' -printf '\t%p\n' | sort
|
||||
list (APPEND PUBLIC_HEADER_FILES
|
||||
opm/autodiff/AdditionalObjectDeleter.hpp
|
||||
opm/autodiff/AutoDiffBlock.hpp
|
||||
opm/autodiff/AutoDiffHelpers.hpp
|
||||
opm/autodiff/AutoDiff.hpp
|
||||
|
||||
@@ -48,7 +48,6 @@
|
||||
#include <opm/core/utility/Exceptions.hpp>
|
||||
|
||||
#include <opm/autodiff/AdditionalObjectDeleter.hpp>
|
||||
#include <opm/autodiff/ParallelRestrictedAdditiveSchwarz.hh>
|
||||
namespace Opm
|
||||
{
|
||||
namespace
|
||||
|
||||
Reference in New Issue
Block a user