Fix the PR that said it activated AMG.

Actually, it did not as it did set the define eith wrong
or the wrong locations. This commit fixes this and finally
makes AMG available.
This commit is contained in:
Markus Blatt
2017-05-22 19:35:38 +02:00
parent bf0937fae1
commit 59ca0b4424
5 changed files with 11 additions and 4 deletions

View File

@@ -37,6 +37,7 @@
#include <opm/core/wells.h>
#include <opm/core/wells/DynamicListEconLimited.hpp>
#include <opm/core/wells/WellCollection.hpp>
#include <opm/core/simulator/SimulatorReport.hpp>
#include <opm/autodiff/VFPProperties.hpp>
#include <opm/autodiff/VFPInjProperties.hpp>
#include <opm/autodiff/VFPProdProperties.hpp>