Missing parameter passthrough

This commit is contained in:
Jan Möbius
2015-11-18 14:55:18 +01:00
parent 15a7497729
commit 96ba2a3f8b

View File

@@ -248,7 +248,7 @@ public:
/// Update normal for halfedge _heh /// Update normal for halfedge _heh
void update_normal(HalfedgeHandle _heh, const double _feature_angle = 0.8) 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. /** \brief Update normal vectors for all halfedges.
* *