]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix typo.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Oct 2011 13:52:22 +0000 (13:52 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Oct 2011 13:52:22 +0000 (13:52 +0000)
git-svn-id: https://svn.dealii.org/trunk@24701 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lac/full_matrix_04.cc

index 5baab142a86734ebd7b048f3fc0289302de9d26d..64321f49924fc8c71dd9afe7c32792093af8c861 100644 (file)
@@ -10,7 +10,7 @@
 //
 //----------------------------  full_matrix_03.cc,v  ---------------------------
 
-//check method FullMatrix::triple_prduct
+//check method FullMatrix::triple_product
 
 #include "../tests.h"
 #include <cmath>
@@ -38,7 +38,7 @@ void test (const unsigned int n, const unsigned int m)
 {
                                   // Create some random matrices
   FullMatrix<double> A(n,n);
-  FullMatrix<double> C(m,m);  
+  FullMatrix<double> C(m,m);
   FullMatrix<double> B(n,m);
   FullMatrix<double> D(m,n);
   FullMatrix<double> Bt(m,n);
@@ -95,7 +95,7 @@ void test (const unsigned int n, const unsigned int m)
   aux2.triple_product(A, Dt, Bt, true, true);
   aux2.add(-1., S1);
   diff(aux2);
-  
+
   aux4 = 0.;
   aux4.triple_product(C, Bt, D, true, false);
   aux4.add(-1., S2);
@@ -122,4 +122,4 @@ main ()
 
   test(3,4);
   test(4,7);
-}    
+}

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.