Alec Jacobson 6 years ago
parent
commit
e84d628a1e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/igl/quad_grid.cpp

+ 2 - 0
include/igl/quad_grid.cpp

@@ -92,4 +92,6 @@ IGL_INLINE void igl::quad_grid(
 }
 }
 
 
 #ifdef IGL_STATIC_LIBRARY
 #ifdef IGL_STATIC_LIBRARY
+// Explicit template instantiation
+template void igl::quad_grid<Eigen::Matrix<double, -1, -1, 0, -1, -1>, Eigen::Matrix<int, -1, -1, 0, -1, -1>, Eigen::Matrix<int, -1, -1, 0, -1, -1> >(int, int, Eigen::PlainObjectBase<Eigen::Matrix<double, -1, -1, 0, -1, -1> >&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> >&, Eigen::PlainObjectBase<Eigen::Matrix<int, -1, -1, 0, -1, -1> >&);
 #endif
 #endif