mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
Fix boolean in specialization.
The default implementation is the parallel version. Therefore the boolean in the specialization (sequential run) needs to be false.
This commit is contained in:
parent
f8715e31e7
commit
980928bfa9
@ -105,7 +105,7 @@ namespace Opm {
|
||||
}
|
||||
};
|
||||
template<>
|
||||
struct AverageIncrementCalculator<true>
|
||||
struct AverageIncrementCalculator<false>
|
||||
{
|
||||
std::tuple<double, double, int>
|
||||
operator()(const std::vector<double>& pressure,
|
||||
|
Loading…
Reference in New Issue
Block a user