[shark] 67/79: typo

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Nov 26 15:41:23 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 b0c7cf0df73325e6359f648306bfb5b5c26ae056
Author: Oswin Krause <oswin.krause at di.ku.dk>
Date:   Wed Oct 28 14:59:54 2015 +0100

    typo
---
 include/shark/LinAlg/Metrics.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/shark/LinAlg/Metrics.h b/include/shark/LinAlg/Metrics.h
index a2885ba..9a48f23 100644
--- a/include/shark/LinAlg/Metrics.h
+++ b/include/shark/LinAlg/Metrics.h
@@ -239,7 +239,7 @@ namespace detail{
 		typedef typename Result::value_type value_type;
 		std::size_t sizeX=X.size1();
 		std::size_t sizeY=Y.size1();
-		ensureSize(distances,X.size1(),Y.size1());
+		ensure_size(distances,X.size1(),Y.size1());
 		if(sizeX < 10 || sizeY<10){
 			distanceSqrBlockBlockRowWise(X,Y,distances);
 			return;

-- 
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