From 1c1f838d33b4ed563ed1fa80609dbd5365c78233 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 12 Sep 2005 02:14:47 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@11408 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/dofs/dof_tools.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index 0b3492cea8..b9f1b9f382 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -183,7 +183,7 @@ DoFTools::compute_row_length_vector(const DoFHandler &dofs, // We loop over cells and go from // cells to lower dimensional // objects. This is the only way to - // cope withthe fact, that an + // cope with the fact, that an // unknown number of cells may // share an object of dimension // smaller than dim-1. -- 2.39.5