From: Wolfgang Bangerth Date: Tue, 2 May 2006 21:36:31 +0000 (+0000) Subject: Fix typos. X-Git-Tag: v8.0.0~11805 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9536001567adb16349b6a913fa746bbe40d36eab;p=dealii.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@12979 0785d39b-7218-0410-832d-ea1e28bc413d --- 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