From 7ea11a0f5a516a4dc418429a7026c99327758e55 Mon Sep 17 00:00:00 2001
From: Thomas Fischer <thomas.fischer@ufz.de>
Date: Thu, 16 Dec 2021 12:48:30 +0100
Subject: [PATCH] [MaL/LinAlg] Generalize the linear solver option parsing.

---
 MathLib/LinAlg/LinearSolverOptionsParser.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 MathLib/LinAlg/LinearSolverOptionsParser.h

diff --git a/MathLib/LinAlg/LinearSolverOptionsParser.h b/MathLib/LinAlg/LinearSolverOptionsParser.h
new file mode 100644
index 00000000000..bf01a79f29f
--- /dev/null
+++ b/MathLib/LinAlg/LinearSolverOptionsParser.h
@@ -0,0 +1,17 @@
+/**
+ * \file
+ * \copyright
+ * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
+ *            Distributed under a Modified BSD License.
+ *              See accompanying file LICENSE.txt or
+ *              http://www.opengeosys.org/project/license
+ *
+ */
+
+#pragma once
+
+namespace MathLib
+{
+template <typename LinearSolverType>
+struct LinearSolverOptionsParser;
+}  // namespace MathLib
-- 
GitLab