From 1ed2258e5107d972bbebc4795e9df54d02507af1 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Mon, 21 Nov 2016 18:08:40 +0100
Subject: [PATCH] Remove unused source_terms tag.

---
 ProcessLib/ProcessVariable.cpp | 3 ---
 Tests/Data                     | 2 +-
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/ProcessLib/ProcessVariable.cpp b/ProcessLib/ProcessVariable.cpp
index 148e9859d4a..00b2c6739a8 100644
--- a/ProcessLib/ProcessVariable.cpp
+++ b/ProcessLib/ProcessVariable.cpp
@@ -91,9 +91,6 @@ ProcessVariable::ProcessVariable(
     } else {
         INFO("No boundary conditions found.");
     }
-
-    // Source Terms
-    config.ignoreConfigParameter("source_terms");
 }
 
 ProcessVariable::ProcessVariable(ProcessVariable&& other)
diff --git a/Tests/Data b/Tests/Data
index d8a765fdadd..9363180067b 160000
--- a/Tests/Data
+++ b/Tests/Data
@@ -1 +1 @@
-Subproject commit d8a765fdaddd75c2e7863199adbbaabc071f13d2
+Subproject commit 9363180067bca54c4e0d2ed06c3e15abdd2bf86c
-- 
GitLab