From 1f19af574d2afc5f52a1f3611d09df21bbbd8e2e Mon Sep 17 00:00:00 2001 From: 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