Browse Source

templates

Former-commit-id: 293b2518a1b4aaaf4fa98cd7b80795eb2a257de5
Alec Jacobson 10 năm trước cách đây
mục cha
commit
754babae0f
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      include/igl/random_quaternion.cpp

+ 1 - 0
include/igl/random_quaternion.cpp

@@ -20,4 +20,5 @@ IGL_INLINE Eigen::Quaternion<Scalar> igl::random_quaternion()
 
 #ifdef IGL_STATIC_LIBRARY
 // Explicit template specialization
+template Eigen::Quaternion<double, 0> igl::random_quaternion<double>();
 #endif