From 9536001567adb16349b6a913fa746bbe40d36eab Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 2 May 2006 21:36:31 +0000 Subject: [PATCH] Fix typos. git-svn-id: https://svn.dealii.org/trunk@12979 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/continuous_1d_01.cc | 2 +- tests/hp/continuous_3d_01.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hp/continuous_1d_01.cc b/tests/hp/continuous_1d_01.cc index 7592109d24..f3263f0ce5 100644 --- a/tests/hp/continuous_1d_01.cc +++ b/tests/hp/continuous_1d_01.cc @@ -12,7 +12,7 @@ //---------------------------- continuous_1d_01.cc --------------------------- -// check hp::DoFHandler<2>::reserve_space for continuous elements, but +// check hp::DoFHandler<1>::reserve_space for continuous elements, but // where we use the same element on all cells diff --git a/tests/hp/continuous_3d_01.cc b/tests/hp/continuous_3d_01.cc index 580118371f..90d0511017 100644 --- a/tests/hp/continuous_3d_01.cc +++ b/tests/hp/continuous_3d_01.cc @@ -12,7 +12,7 @@ //---------------------------- continuous_3d_01.cc --------------------------- -// check hp::DoFHandler<2>::reserve_space for continuous elements, but +// check hp::DoFHandler<3>::reserve_space for continuous elements, but // where we use the same element on all cells -- 2.39.5