From 9f1a8dea7b28e75a10067fad2f71e1b8bbd62161 Mon Sep 17 00:00:00 2001 From: Thimo Neubauer <thimo@dune-project.org> Date: Wed, 27 Oct 2004 18:40:20 +0000 Subject: [PATCH] norm2 -> two_norm first version of grid-test (to be committed tomorrow) already catched a bug :) [[Imported from SVN: r1004]] --- grid/uggrid/ugintersectionit.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grid/uggrid/ugintersectionit.cc b/grid/uggrid/ugintersectionit.cc index 5c85d1455..638988d13 100644 --- a/grid/uggrid/ugintersectionit.cc +++ b/grid/uggrid/ugintersectionit.cc @@ -150,7 +150,7 @@ namespace Dune { #undef V3_VECTOR_PRODUCT // normalize - outerNormal_ *= (1/outerNormal_.norm2()); + outerNormal_ *= (1/outerNormal_.two_norm()); #endif return outerNormal_; -- GitLab