mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-26 09:10:59 -06:00
10 lines
121 B
C++
10 lines
121 B
C++
|
#include <config.h>
|
||
|
|
||
|
#include <opm/simulators/linalg/PreconditionerFactory_impl.hpp>
|
||
|
|
||
|
namespace Opm {
|
||
|
|
||
|
INSTANCE_PF(4)
|
||
|
|
||
|
}
|