From 7a763df4ab3f43abbdbee17c4814171c19a1067c Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 17 Jan 2000 16:26:08 +0000 Subject: [PATCH] Doc update to let this appear in the TODO files. git-svn-id: https://svn.dealii.org/trunk@2239 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_accessor.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/dofs/dof_accessor.cc b/deal.II/deal.II/source/dofs/dof_accessor.cc index c980269fa5..b69afa068c 100644 --- a/deal.II/deal.II/source/dofs/dof_accessor.cc +++ b/deal.II/deal.II/source/dofs/dof_accessor.cc @@ -338,7 +338,9 @@ DoFCellAccessor<1>::face (const unsigned int) const but this does not work, at least not at present using egcs1.1.1. we therefore separate the different implementations for the different dimensions using - the preprocecssor and double check using an assertion in the function body. + the preprocessor and double check using an assertion in the function body. + +//TODO: correct the pseudo-template thing */ template template -- 2.39.5