From cb0b290def3fa7767acc551ef54e05f1ccc9b788 Mon Sep 17 00:00:00 2001
From: mswill <mswill@rhrk.uni-kl.de>
Date: Wed, 8 Jul 2020 17:09:51 +0200
Subject: [PATCH] Update README.md

---
 ex10/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ex10/README.md b/ex10/README.md
index 500b640..6696f82 100644
--- a/ex10/README.md
+++ b/ex10/README.md
@@ -54,7 +54,7 @@ The result should look like this:
 
 <img width="500px" src="img/critical.png">
 
-**Summary of Tasks:** Calculate and display critical points.
+**Summary of Tasks:** Calculate and display critical points. Why are there so many points in the bottom middle, and how could you remove them?
 
 ## Task 3: Tensor Fields (1P)
 After scalar fields and vector fields, the next dimension is tensor fields. As you should have learned in the lecture, visualizing tensor fields directly is almost impossible and you need special methods to visualize them in a meaningful way. One of the methods is computing the eigenvalues and using a glyph-based approach.
-- 
GitLab