]> https://gitweb.dealii.org/ - dealii.git/commitdiff
adjust unit test 3995/head
authorDenis Davydov <davydden@gmail.com>
Sat, 25 Feb 2017 17:22:36 +0000 (18:22 +0100)
committerDenis Davydov <davydden@gmail.com>
Sat, 25 Feb 2017 17:22:36 +0000 (18:22 +0100)
tests/arpack/step-36_parpack_mf.cc

index f167333266c2f72e0a3ccda90803204978e046b2..d882f4239fdba29167dc7a4feef7947bb6933d3f 100644 (file)
@@ -104,8 +104,8 @@ void test ()
 
   std::vector<LinearAlgebra::distributed::Vector<double> > eigenfunctions;
   std::vector<double>                                      eigenvalues;
-  MatrixFreeOperators::MassOperator<dim,fe_degree, fe_degree+1, 1> mass;
-  MatrixFreeOperators::LaplaceOperator<dim,fe_degree, fe_degree+1, 1> laplace;
+  MatrixFreeOperators::MassOperator<dim,fe_degree, fe_degree+1, 1, LinearAlgebra::distributed::Vector<double> > mass;
+  MatrixFreeOperators::LaplaceOperator<dim,fe_degree, fe_degree+1, 1, LinearAlgebra::distributed::Vector<double> > laplace;
   mass.initialize(mf_data);
   laplace.initialize(mf_data);
 

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.