소스 검색

explicit

Former-commit-id: b2a2b28f8f9bc365e2349d7ef5ffaa2b8867b46d
Alec Jacobson (jalec 11 년 전
부모
커밋
8220c18253
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/igl/invert_diag.cpp

+ 1 - 0
include/igl/invert_diag.cpp

@@ -37,4 +37,5 @@ IGL_INLINE void igl::invert_diag(
 #ifndef IGL_HEADER_ONLY
 // Explicit template specialization
 template void igl::invert_diag<double>(Eigen::SparseMatrix<double, 0, int> const&, Eigen::SparseMatrix<double, 0, int>&);
+template void igl::invert_diag<float>(Eigen::SparseMatrix<float, 0, int> const&, Eigen::SparseMatrix<float, 0, int>&);
 #endif