From 1d736c357fd62591380301c5c71fcf6288dacf10 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 13 Jan 2010 16:29:42 +0000 Subject: [PATCH] Forgot to declare function as inline. git-svn-id: https://svn.dealii.org/trunk@20365 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/petsc_block_vector.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deal.II/lac/include/lac/petsc_block_vector.h b/deal.II/lac/include/lac/petsc_block_vector.h index 94b6d2793e..aefdfd7fae 100644 --- a/deal.II/lac/include/lac/petsc_block_vector.h +++ b/deal.II/lac/include/lac/petsc_block_vector.h @@ -472,10 +472,12 @@ namespace PETScWrappers - void BlockVector::print (std::ostream &out, - const unsigned int precision, - const bool scientific, - const bool across) const + inline + void + BlockVector::print (std::ostream &out, + const unsigned int precision, + const bool scientific, + const bool across) const { for (unsigned int i=0;in_blocks();++i) { -- 2.39.5