From: Wolfgang Bangerth Date: Fri, 25 Jan 2008 16:24:12 +0000 (+0000) Subject: Add a TODO. X-Git-Tag: v8.0.0~9464 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0741e3cda865ae2c555526fe31952f2374d0e18e;p=dealii.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;