From 96ba2a3f8b00ee775a0a5d29d3ea28f23c26595c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 18 Nov 2015 14:55:18 +0100 Subject: [PATCH] Missing parameter passthrough --- src/OpenMesh/Core/Mesh/PolyMeshT.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenMesh/Core/Mesh/PolyMeshT.hh b/src/OpenMesh/Core/Mesh/PolyMeshT.hh index cd65fe00..a3180fb5 100644 --- a/src/OpenMesh/Core/Mesh/PolyMeshT.hh +++ b/src/OpenMesh/Core/Mesh/PolyMeshT.hh @@ -248,7 +248,7 @@ public: /// Update normal for halfedge _heh void update_normal(HalfedgeHandle _heh, const double _feature_angle = 0.8) - { this->set_normal(_heh, calc_halfedge_normal(_heh)); } + { this->set_normal(_heh, calc_halfedge_normal(_heh,_feature_angle)); } /** \brief Update normal vectors for all halfedges. *