]> https://gitweb.dealii.org/ - dealii.git/commitdiff
ran indent 16641/head
authorMalik Scheifinger <malik.scheifinger@kit.edu>
Wed, 21 Feb 2024 08:11:59 +0000 (09:11 +0100)
committerMalik Scheifinger <malik.scheifinger@kit.edu>
Wed, 21 Feb 2024 08:11:59 +0000 (09:11 +0100)
tests/lac/complex_sparse_matrix.cc

index f00974ec293e73d521daea02c951c29753074b6c..f2c1e76835ed7e1391d8f481bef43eb8277b4d8f 100644 (file)
@@ -38,7 +38,8 @@ check_operations()
   SparseMatrix<std::complex<number>> cmpl_matrix(pattern);
 
   real_matrix.set(0, 0, 1.0);
-  deallog << "real_matrix.set(0, 0, 1.0) " << (real_matrix(0, 0) == 1.0 ? "True" : "False")  << std::endl;
+  deallog << "real_matrix.set(0, 0, 1.0) "
+          << (real_matrix(0, 0) == 1.0 ? "True" : "False") << std::endl;
 
 
   cmpl_matrix.copy_from(real_matrix);

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.