From: Martin Kronbichler Date: Wed, 18 Nov 2009 16:58:22 +0000 (+0000) Subject: Include missing inline declaration of function. X-Git-Tag: v8.0.0~6806 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a72735329af39f56c59eefad974c3d5ccbaf0a5;p=dealii.git Include missing inline declaration of function. git-svn-id: https://svn.dealii.org/trunk@20128 0785d39b-7218-0410-832d-ea1e28bc413d --- 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