From 5391ab247ea15aee9162aeeee64b3db716930e5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 11 Sep 2015 17:46:32 +0200 Subject: [PATCH] Math/Algorithms: fix variable shadowing. --- src/Magnum/Math/Algorithms/Svd.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Magnum/Math/Algorithms/Svd.h b/src/Magnum/Math/Algorithms/Svd.h index 5dfa4e93f..e3b0e3826 100644 --- a/src/Magnum/Math/Algorithms/Svd.h +++ b/src/Magnum/Math/Algorithms/Svd.h @@ -125,9 +125,9 @@ template std::tuple std::tuple a = m[l1];