]> https://gitweb.dealii.org/ - dealii.git/commitdiff
small fix in fe_tools.cc
authorMartin Steigemann <msteigemann@yahoo.de>
Thu, 23 May 2013 10:44:49 +0000 (10:44 +0000)
committerMartin Steigemann <msteigemann@yahoo.de>
Thu, 23 May 2013 10:44:49 +0000 (10:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@29557 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/fe/fe_tools.cc

index 86b48fc369c9e884a3889e12018e8cfad15ff6aa..ccff1cf311068687be1bc59447afb148450e1c30 100644 (file)
@@ -1665,7 +1665,7 @@ namespace FETools
         DoFTools::extract_locally_relevant_dofs (dof2,
                                                  dof2_locally_relevant_dofs);
 
-        PETScWrappers::MPI::Vector  u2_out (&u1.get_mpi_communicator(),
+        PETScWrappers::MPI::Vector  u2_out (u1.get_mpi_communicator(),
                                             dof2_locally_owned_dofs);
         interpolate(dof1, u1, dof2, constraints2, u2_out);
         PETScWrappers::MPI::Vector  u2 (u1.get_mpi_communicator(),

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.