From: Martin Kronbichler Date: Sat, 1 Feb 2014 08:16:52 +0000 (+0000) Subject: Mark new functions in header file as inline X-Git-Tag: v8.2.0-rc1~917 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d682a1ef7088e5bcef4b4e7867965e202647803;p=dealii.git Mark new functions in header file as inline git-svn-id: https://svn.dealii.org/trunk@32365 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/parallel_block_vector.h b/deal.II/include/deal.II/lac/parallel_block_vector.h index d7a68d4c3b..3778ba590b 100644 --- a/deal.II/include/deal.II/lac/parallel_block_vector.h +++ b/deal.II/include/deal.II/lac/parallel_block_vector.h @@ -625,6 +625,7 @@ namespace parallel #ifdef DEAL_II_WITH_PETSC template + inline BlockVector & BlockVector::operator = (const PETScWrappers::MPI::BlockVector &petsc_vec) { @@ -642,6 +643,7 @@ namespace parallel #ifdef DEAL_II_WITH_TRILINOS template + inline BlockVector & BlockVector::operator = (const TrilinosWrappers::MPI::BlockVector &trilinos_vec) {