From 96bdfb64ba40252fc2f501466f3af4e71cccaecc Mon Sep 17 00:00:00 2001 From: ShuangLiu Date: Mon, 25 Feb 2019 16:12:32 +0000 Subject: [PATCH] Explicit template instantiation of std::vector> for boundary_loop --- include/igl/boundary_loop.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/igl/boundary_loop.cpp b/include/igl/boundary_loop.cpp index 11802cd72..7ebc3fa3a 100755 --- a/include/igl/boundary_loop.cpp +++ b/include/igl/boundary_loop.cpp @@ -150,4 +150,5 @@ IGL_INLINE void igl::boundary_loop( #ifdef IGL_STATIC_LIBRARY // Explicit template instantiation template void igl::boundary_loop, Eigen::Matrix >(Eigen::MatrixBase > const&, Eigen::PlainObjectBase >&); +template void igl::boundary_loop, int>(Eigen::PlainObjectBase > const&, std::vector >, std::allocator > > >&); #endif