From 2a72735329af39f56c59eefad974c3d5ccbaf0a5 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 18 Nov 2009 16:58:22 +0000 Subject: [PATCH] Include missing inline declaration of function. git-svn-id: https://svn.dealii.org/trunk@20128 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/vector_memory.h | 1 + deal.II/lac/source/vector_memory.cc | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/vector_memory.h b/deal.II/lac/include/lac/vector_memory.h index e62f6759bc..e78d41c7f5 100644 --- a/deal.II/lac/include/lac/vector_memory.h +++ b/deal.II/lac/include/lac/vector_memory.h @@ -584,6 +584,7 @@ GrowingVectorMemory::free(const VECTOR* const v) template +inline void GrowingVectorMemory::release_unused_memory () { diff --git a/deal.II/lac/source/vector_memory.cc b/deal.II/lac/source/vector_memory.cc index 41ba8fb928..0fbbb45406 100644 --- a/deal.II/lac/source/vector_memory.cc +++ b/deal.II/lac/source/vector_memory.cc @@ -41,13 +41,13 @@ Threads::ThreadMutex GrowingVectorMemory::mutex; #ifdef DEAL_II_USE_PETSC template class VectorMemory; template class GrowingVectorMemory; - + template class VectorMemory; template class GrowingVectorMemory; template class VectorMemory; template class GrowingVectorMemory; - + template class VectorMemory; template class GrowingVectorMemory; #endif -- 2.39.5