mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
i.e., mine (openSuse Tumbleweed). the problem seems to be that the specialization of `ISTLSolver::constructAMGPrecond()` is ambiguous and some compilers seem to be more strict about this than others. Simply removing the problematic method seems to work fine. That said, for non-legacy `flow` this codepath is not taken at runtime anyway because the `ISTLSolverEbos` class is used!?