From 486ff2345a33535921d64f21a443c8da4af4e047 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 1 May 2006 17:51:09 +0000 Subject: [PATCH] Add a couple of TODOs. git-svn-id: https://svn.dealii.org/trunk@12942 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_accessor.cc | 6 ++++++ 1 file changed, 6 insertions(+) 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()); -- 2.39.5