From 6a6bcc6aa1154d79c701c976c789aaa0e2881a64 Mon Sep 17 00:00:00 2001 From: Philip Trettner <Philip.Trettner@rwth-aachen.de> Date: Tue, 15 Sep 2020 15:16:23 +0200 Subject: [PATCH] fixed header path --- docs/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.rst b/docs/getting-started.rst index 5d3b67b..25d17af 100644 --- a/docs/getting-started.rst +++ b/docs/getting-started.rst @@ -108,7 +108,7 @@ A quick guide for which ``#include <...>`` directives are commonly needed: Umbrella header for all built-in mesh algorithms. Individual algorithms can be found in ``polymesh/algorithms/*``. -``polymesh/algorithms/properties.hh`` +``polymesh/properties.hh`` Basic topological and geometrical properties like face area, valence, and angle defect. ``polymesh/objects.hh`` -- GitLab