From 1fef454c3785e997bbf35ef81453b20ddf346c82 Mon Sep 17 00:00:00 2001 From: Rene Milk <rene.milk@uni-muenster.de> Date: Thu, 19 Aug 2010 18:24:28 +0200 Subject: [PATCH] Revert "Revert "dummy"" This reverts commit 81a8fa7a9e40baa937708c5756016f6a4bf73822. --- stuff/misc.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/stuff/misc.hh b/stuff/misc.hh index 12cbc37be..dc7c1a0b5 100644 --- a/stuff/misc.hh +++ b/stuff/misc.hh @@ -234,7 +234,6 @@ FieldMatrixImp rowWiseMatrixMultiplication(const FieldMatrixImp& arg1, const Fie arg1.mv(*arg2RowIt, row); *retRowIt = row; } - return ret; } -- GitLab