diff --git a/flow/flow_blackoil_tpfa.cpp b/flow/flow_blackoil_tpfa.cpp index 8ba3e751a..d2afaa681 100644 --- a/flow/flow_blackoil_tpfa.cpp +++ b/flow/flow_blackoil_tpfa.cpp @@ -45,11 +45,11 @@ namespace Opm { template struct LocalResidual { using type = BlackOilLocalResidualTPFA; }; - template - struct ElementContext { using type = SmallElementContext; }; + // template + // struct ElementContext { using type = SmallElementContext; }; - template - struct IntensiveQuantities { using type = BlackOilIntensiveQuantitiesSimple; }; + // template + // struct IntensiveQuantities { using type = BlackOilIntensiveQuantitiesSimple; }; } }