From f49ccf03bd6fa6f8e172dac298e911aea6c9d001 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 16 Apr 2021 09:49:47 +0200
Subject: [PATCH] Fixed xdmfdiff test.

---
 Tests/xdmfdiff/xdmfdiff.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Tests/xdmfdiff/xdmfdiff.cpp b/Tests/xdmfdiff/xdmfdiff.cpp
index b7966fa3e3b..8ec8e445dd8 100644
--- a/Tests/xdmfdiff/xdmfdiff.cpp
+++ b/Tests/xdmfdiff/xdmfdiff.cpp
@@ -252,7 +252,6 @@ bool compareValues(std::vector<double> const& points_a,
                       << "The distance is: " << distance << "\n";
             return false;
         }
-        return true;
     }
     return true;
 }
-- 
GitLab