From d3ecb58f950291f69754feb65fc26b3ca2e5253b Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Mon, 28 Mar 2016 23:09:25 +0200 Subject: [PATCH] extend mpi/interpolate_02 to complex-valued PETSc --- tests/mpi/interpolate_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mpi/interpolate_02.cc b/tests/mpi/interpolate_02.cc index ce95fec91e..bd995a1d83 100644 --- a/tests/mpi/interpolate_02.cc +++ b/tests/mpi/interpolate_02.cc @@ -67,7 +67,7 @@ void test() PETScWrappers::MPI::Vector x (MPI_COMM_WORLD,dofh.n_dofs(),owned_set.n_elements()); VectorTools::interpolate(dofh, - ConstantFunction(1), + ConstantFunction(1), x); const double norm = x.l2_norm(); if (myid == 0) -- 2.39.5