]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Include missing inline declaration of function.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 18 Nov 2009 16:58:22 +0000 (16:58 +0000)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Wed, 18 Nov 2009 16:58:22 +0000 (16:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@20128 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/vector_memory.h
deal.II/lac/source/vector_memory.cc

index e62f6759bc0cd22ab83dbe00944e1804315f75dc..e78d41c7f5ab086eaebbd1786a60dfc74a681deb 100644 (file)
@@ -584,6 +584,7 @@ GrowingVectorMemory<VECTOR>::free(const VECTOR* const v)
 
 
 template<typename VECTOR>
+inline
 void
 GrowingVectorMemory<VECTOR>::release_unused_memory ()
 {
index 41ba8fb9286540270433bcf5f9eff6dca4f9f346..0fbbb45406b4c020ef1dd84aeac1dcfa194657ca 100644 (file)
@@ -41,13 +41,13 @@ Threads::ThreadMutex GrowingVectorMemory<VECTOR>::mutex;
 #ifdef DEAL_II_USE_PETSC
     template class VectorMemory<PETScWrappers::Vector>;
     template class GrowingVectorMemory<PETScWrappers::Vector>;
-    
+
     template class VectorMemory<PETScWrappers::BlockVector>;
     template class GrowingVectorMemory<PETScWrappers::BlockVector>;
 
     template class VectorMemory<PETScWrappers::MPI::Vector>;
     template class GrowingVectorMemory<PETScWrappers::MPI::Vector>;
-    
+
     template class VectorMemory<PETScWrappers::MPI::BlockVector>;
     template class GrowingVectorMemory<PETScWrappers::MPI::BlockVector>;
 #endif

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.