From: wolf Date: Mon, 1 May 2006 17:51:09 +0000 (+0000) Subject: Add a couple of TODOs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09e43f8060863bc896c53ca4fa295a73b59c0b8e;p=dealii-svn.git Add a couple of TODOs. git-svn-id: https://svn.dealii.org/trunk@12942 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_accessor.cc b/deal.II/deal.II/source/dofs/dof_accessor.cc index 03760ceecc..ea20d141f2 100644 --- a/deal.II/deal.II/source/dofs/dof_accessor.cc +++ b/deal.II/deal.II/source/dofs/dof_accessor.cc @@ -383,6 +383,8 @@ template <> void DoFCellAccessor >::update_cell_dof_indices_cache () const { +//TODO[WB]: should implement a dof indices cache for hp as well + // not implemented, but should also // not be called Assert (false, ExcNotImplemented()); @@ -462,6 +464,8 @@ template <> void DoFCellAccessor >::update_cell_dof_indices_cache () const { +//TODO[WB]: should implement a dof indices cache for hp as well + // not implemented, but should also // not be called Assert (false, ExcNotImplemented()); @@ -543,6 +547,8 @@ template <> void DoFCellAccessor >::update_cell_dof_indices_cache () const { +//TODO[WB]: should implement a dof indices cache for hp as well + // not implemented, but should also // not be called Assert (false, ExcNotImplemented());