Implement dtor to avoid linker errors.
This commit is contained in:
parent
79c437ab40
commit
0a8eafc307
@ -70,6 +70,8 @@ namespace Opm
|
||||
#endif // HAVE_AGMG
|
||||
}
|
||||
|
||||
LinearSolverAGMG::~LinearSolverAGMG() {}
|
||||
|
||||
LinearSolverInterface::LinearSolverReport
|
||||
LinearSolverAGMG::solve(const int size ,
|
||||
const int nonzeros,
|
||||
|
Loading…
Reference in New Issue
Block a user