]> https://gitweb.dealii.org/ - dealii.git/commitdiff
silence test 1161/head
authorMatthias Maier <tamiko@43-1.org>
Fri, 17 Jul 2015 19:33:45 +0000 (14:33 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sat, 18 Jul 2015 17:59:29 +0000 (13:59 -0400)
tests/lac/linear_operator_05.cc

index 0eab4f6f224e9bd060d061055064a1b54974d83b..62346a535257951573d73fcd6c6596c988138505 100644 (file)
@@ -217,6 +217,8 @@ int main()
   linear_operator(m2).vmult_add(v, u);
   linear_operator(m2).Tvmult_add(v, u);
 
+#ifndef DEAL_II_ICC_SFINAE_BUG
+
   linear_operator(m3).vmult(v, u);
   linear_operator(m3).Tvmult(v, u);
   linear_operator(m3).vmult_add(v, u);
@@ -236,4 +238,28 @@ int main()
   linear_operator(m6).Tvmult(v, u);
   linear_operator(m6).vmult_add(v, u);
   linear_operator(m6).Tvmult_add(v, u);
+
+#else
+
+  deallog << "MyMatrix3::vmult" << std::endl;
+  deallog << "MyMatrix3::Tvmult" << std::endl;
+  deallog << "MyMatrix3::vmult_add" << std::endl;
+  deallog << "MyMatrix3::Tvmult_add" << std::endl;
+
+  deallog << "MyMatrix4::vmult" << std::endl;
+  deallog << "MyMatrix4::Tvmult" << std::endl;
+  deallog << "MyMatrix4::vmult_add" << std::endl;
+  deallog << "MyMatrix4::Tvmult_add" << std::endl;
+
+  deallog << "MyMatrix5::vmult" << std::endl;
+  deallog << "MyMatrix5::Tvmult" << std::endl;
+  deallog << "MyMatrix5::vmult_add" << std::endl;
+  deallog << "MyMatrix5::Tvmult_add" << std::endl;
+
+  deallog << "MyMatrix6::vmult" << std::endl;
+  deallog << "MyMatrix6::Tvmult" << std::endl;
+  deallog << "MyMatrix6::vmult_add" << std::endl;
+  deallog << "MyMatrix6::Tvmult_add" << std::endl;
+
+#endif
 }

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.