]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix Householder test 18529/head
authorMartin Kronbichler <martin.kronbichler@rub.de>
Sat, 31 May 2025 20:13:00 +0000 (22:13 +0200)
committerMartin Kronbichler <martin.kronbichler@rub.de>
Sat, 31 May 2025 20:13:00 +0000 (22:13 +0200)
include/deal.II/lac/householder.h

index 14834eeaa911304a01a9fac92c2fb5c9760fc851..8913112c387bf219adb510b6050e3f06ee88ff89 100644 (file)
@@ -186,7 +186,7 @@ Householder<number>::initialize(const FullMatrix<number2> &M)
         sigma += storage(i, j) * storage(i, j);
       // We are ready if the column is
       // empty. Are we?
-      if (std::fabs(sigma) < 1.e-15)
+      if (std::abs(sigma) < 1.e-15)
         return;
 
       number2 s;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.