Explorar el Código

fix new bug in dot_row

Former-commit-id: f24f9b6ada40809cd4cd6c9bdb041febfe007c53
Alec Jacobson hace 12 años
padre
commit
ae16793345
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/igl/dot_row.cpp

+ 1 - 1
include/igl/dot_row.cpp

@@ -7,7 +7,7 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "igl/dot_row.h"
 
-template <typename DerivedA, typename DerivedB, typename Derv>
+template <typename DerivedV>
 IGL_INLINE Eigen::PlainObjectBase<DerivedV> igl::dot_row(
   const Eigen::PlainObjectBase<DerivedV>& A,
   const Eigen::PlainObjectBase<DerivedV>& B