From 0741e3cda865ae2c555526fe31952f2374d0e18e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 25 Jan 2008 16:24:12 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@15686 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/vector_memory.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/lac/source/vector_memory.cc b/deal.II/lac/source/vector_memory.cc index 4d322930a4..4284ba640e 100644 --- a/deal.II/lac/source/vector_memory.cc +++ b/deal.II/lac/source/vector_memory.cc @@ -85,6 +85,7 @@ Threads::ThreadMutex GrowingVectorMemory::mutex; #include "vector_memory.inst" +//TODO: Fold this into the list of vectors to be instantiated #ifdef DEAL_II_USE_PETSC template class VectorMemory; template class GrowingVectorMemory; -- 2.39.5