From: bangerth Date: Fri, 25 Jan 2008 16:24:12 +0000 (+0000) Subject: Add a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f19af574d2afc5f52a1f3611d09df21bbbd8e2e;p=dealii-svn.git Add a TODO. git-svn-id: https://svn.dealii.org/trunk@15686 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;