From b60d7ada542324beaca1848eb9d2a43e0fb27267 Mon Sep 17 00:00:00 2001 From: David Coeurjolly <david.coeurjolly@liris.cnrs.fr> Date: Wed, 26 May 2021 12:30:57 +0200 Subject: [PATCH] Removing template --- src/SHds_to_lcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SHds_to_lcc.h b/src/SHds_to_lcc.h index 12fbb7e..bed40d4 100644 --- a/src/SHds_to_lcc.h +++ b/src/SHds_to_lcc.h @@ -79,7 +79,7 @@ public: { m_lcc.template basic_link_beta_for_involution<2> (halfedge_to_dart(it), halfedge_to_dart(hh.halfedge())); } - m_lcc.template basic_link_beta_1 + m_lcc.basic_link_beta_1 (halfedge_to_dart(it), halfedge_to_dart(hh.halfedge()->next_around_vertex())); } -- GitLab