From 59346306733b9418781a766283218d35068a7b6f Mon Sep 17 00:00:00 2001
From: Daniel Schramm <xschramm@fi.muni.cz>
Date: Wed, 28 Jul 2021 18:40:48 +0200
Subject: [PATCH] Empty lines added for better readability

---
 .../cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java b/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java
index 7d21ada3..ac5036d6 100644
--- a/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java
+++ b/Comparison/src/main/java/cz/fidentis/analyst/visitors/mesh/HausdorffDistance.java
@@ -221,7 +221,8 @@ public class HausdorffDistance extends MeshVisitor  {
     }
     
     /**
-     * Returns Hausdorff distance of mesh facets to the source mesh facets. 
+     * Returns Hausdorff distance of mesh facets to the source mesh facets.
+     * 
      * Keys in the map contain mesh facets that were measured with the 
      * source facets. For each measured facet, a list of distances to the source 
      * facets is stored. The order of distances corresponds to the order of vertices
@@ -236,6 +237,7 @@ public class HausdorffDistance extends MeshVisitor  {
 
     /**
      * Returns the nearest points of mesh facets to the source mesh facets.
+     * 
      * Keys in the map contain mesh facets that were measured with the
      * source facets. For each measured facet, a list of the nearest points to the source
      * facets is stored. The order of  points corresponds to the order of vertices
@@ -264,6 +266,7 @@ public class HausdorffDistance extends MeshVisitor  {
     
     /**
      * Returns {@code true} if the distance computation is parallel.
+     * 
      * @return {@code true} if the distance computation is parallel.
      */
     public boolean inParallel() {
-- 
GitLab