[shark] 61/79: type

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:41:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository shark.

commit 58304c5abb02b173d743dd78593e243776d3f7df
Author: Oswin Krause <oswin.krause at di.ku.dk>
Date:   Tue Oct 27 11:23:43 2015 +0100

    type
---
 include/shark/LinAlg/BLAS/assignment.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/shark/LinAlg/BLAS/assignment.hpp b/include/shark/LinAlg/BLAS/assignment.hpp
index eb95297..30ccf97 100644
--- a/include/shark/LinAlg/BLAS/assignment.hpp
+++ b/include/shark/LinAlg/BLAS/assignment.hpp
@@ -45,7 +45,7 @@ namespace blas {
 ////////////////////////////////////////////////////////////////////////////////////
 	
 namespace detail{
-	template<class VecX, class VecV, class T>
+	template<class VecX, class VecV>
 	void assign(vector_expression<VecX>& x, vector_expression<VecV> const& v,elementwise_tag){
 		kernels::assign(x,v);
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/shark.git



More information about the debian-science-commits mailing list