Browse Source

fix new bug in dot_row

Former-commit-id: f24f9b6ada40809cd4cd6c9bdb041febfe007c53
Alec Jacobson 11 years ago
parent
commit
ae16793345
1 changed files with 1 additions and 1 deletions
  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