From 31321838cd573bea7b5f4c4082b6cab814b80049 Mon Sep 17 00:00:00 2001
From: Philip Trettner <Philip.Trettner@rwth-aachen.de>
Date: Thu, 5 Mar 2020 17:06:28 +0100
Subject: [PATCH] updated subs and samples

---
 extern/glow-extras                | 2 +-
 extern/polymesh                   | 2 +-
 extern/typed-geometry             | 2 +-
 samples/02-edge-splitting/main.cc | 2 +-
 tests/algorithms/collapses.cc     | 2 +-
 tests/algorithms/topo-fuzzer.cc   | 2 +-
 tests/objects/cube-test.cc        | 2 +-
 tests/ranges/range-test.cc        | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/extern/glow-extras b/extern/glow-extras
index 533bd25..10f97e6 160000
--- a/extern/glow-extras
+++ b/extern/glow-extras
@@ -1 +1 @@
-Subproject commit 533bd259dc91e67c78eeb8c6ecde19680d3217b4
+Subproject commit 10f97e63e8f73731e33cc0d3159f1b7a10ce5b56
diff --git a/extern/polymesh b/extern/polymesh
index 6364a37..784b49b 160000
--- a/extern/polymesh
+++ b/extern/polymesh
@@ -1 +1 @@
-Subproject commit 6364a3772bcd2f0ccdf2cba8c76330c0c6afdb92
+Subproject commit 784b49ba7b1ffe0f30990a898757d33a0b79edef
diff --git a/extern/typed-geometry b/extern/typed-geometry
index ac9db8c..1d98627 160000
--- a/extern/typed-geometry
+++ b/extern/typed-geometry
@@ -1 +1 @@
-Subproject commit ac9db8c462fa3f41e84519b97ecfb8bfc9730820
+Subproject commit 1d9862713da6b845580b378275cd2c02382a16d4
diff --git a/samples/02-edge-splitting/main.cc b/samples/02-edge-splitting/main.cc
index aa0cc2e..1c2d6bd 100644
--- a/samples/02-edge-splitting/main.cc
+++ b/samples/02-edge-splitting/main.cc
@@ -1,5 +1,5 @@
 #include <polymesh/Mesh.hh>
-#include <polymesh/algorithms/properties.hh>
+#include <polymesh/properties.hh>
 #include <polymesh/formats.hh>
 #include <polymesh/objects.hh>
 
diff --git a/tests/algorithms/collapses.cc b/tests/algorithms/collapses.cc
index 45692e0..b14faa8 100644
--- a/tests/algorithms/collapses.cc
+++ b/tests/algorithms/collapses.cc
@@ -1,7 +1,7 @@
 #include <doctest.hh>
 
 #include <polymesh/Mesh.hh>
-#include <polymesh/algorithms/properties.hh>
+#include <polymesh/properties.hh>
 
 TEST_CASE("halfedge collapses")
 {
diff --git a/tests/algorithms/topo-fuzzer.cc b/tests/algorithms/topo-fuzzer.cc
index d3c52b3..1ab7f8a 100644
--- a/tests/algorithms/topo-fuzzer.cc
+++ b/tests/algorithms/topo-fuzzer.cc
@@ -7,7 +7,7 @@
 #include <iostream>
 
 #include <polymesh/Mesh.hh>
-#include <polymesh/algorithms/properties.hh>
+#include <polymesh/properties.hh>
 #include <polymesh/algorithms/triangulate.hh>
 #include <polymesh/objects/cube.hh>
 
diff --git a/tests/objects/cube-test.cc b/tests/objects/cube-test.cc
index f98ddb0..9729010 100644
--- a/tests/objects/cube-test.cc
+++ b/tests/objects/cube-test.cc
@@ -5,7 +5,7 @@
 
 #include <polymesh/Mesh.hh>
 #include <polymesh/algorithms/components.hh>
-#include <polymesh/algorithms/properties.hh>
+#include <polymesh/properties.hh>
 #include <polymesh/objects.hh>
 
 namespace
diff --git a/tests/ranges/range-test.cc b/tests/ranges/range-test.cc
index 12f2062..c50c38b 100644
--- a/tests/ranges/range-test.cc
+++ b/tests/ranges/range-test.cc
@@ -3,7 +3,7 @@
 #include <map>
 
 #include <polymesh/Mesh.hh>
-#include <polymesh/algorithms/properties.hh>
+#include <polymesh/properties.hh>
 #include <polymesh/objects/cube.hh>
 
 #include <typed-geometry/tg.hh>
-- 
GitLab