Skip to content
Snippets Groups Projects
Commit 9f1a8dea authored by Thimo Neubauer's avatar Thimo Neubauer
Browse files

norm2 -> two_norm

first version of grid-test (to be committed tomorrow) already catched
a bug :)

[[Imported from SVN: r1004]]
parent b46dbeac
Branches
Tags
No related merge requests found
......@@ -150,7 +150,7 @@ namespace Dune {
#undef V3_VECTOR_PRODUCT
// normalize
outerNormal_ *= (1/outerNormal_.norm2());
outerNormal_ *= (1/outerNormal_.two_norm());
#endif
return outerNormal_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment