From: Wolfgang Bangerth Date: Mon, 1 May 2006 17:51:09 +0000 (+0000) Subject: Add a couple of TODOs. X-Git-Tag: v8.0.0~11834 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=486ff2345a33535921d64f21a443c8da4af4e047;p=dealii.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());