From 10b7803df8a048ab86bf1f2bfa0cfd731f1abbd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <tomas.oberhuber@fjfi.cvut.cz>
Date: Mon, 15 Jul 2019 12:04:02 +0200
Subject: [PATCH] Apply suggestion to src/TNL/Solvers/Linear/GMRES_impl.h

---
 src/TNL/Solvers/Linear/GMRES_impl.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TNL/Solvers/Linear/GMRES_impl.h b/src/TNL/Solvers/Linear/GMRES_impl.h
index c0e84af86a..a9db56a7ff 100644
--- a/src/TNL/Solvers/Linear/GMRES_impl.h
+++ b/src/TNL/Solvers/Linear/GMRES_impl.h
@@ -228,7 +228,7 @@ orthogonalize_MGS( const int m, const RealType normb, const RealType beta )
       /***
        * H_{i+1,i} = |w|
        */
-      RealType normw = lpNorm( w.getView(), ( RealType ) 2.0 );
+      RealType normw = lpNorm( w, 2.0 );
       H[ i + 1 + i * ( m + 1 ) ] = normw;
 
       /***
-- 
GitLab