From b4383c4d40d1b418f0ed8ae35c5be1a545c2e36e Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 20 Jun 2005 18:07:16 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@10889 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_tools_01a.cc | 4 ++-- tests/bits/fe_tools_01b.cc | 2 +- tests/bits/fe_tools_01c.cc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/bits/fe_tools_01a.cc b/tests/bits/fe_tools_01a.cc index 0387f0ccd6..2ddbe05946 100644 --- a/tests/bits/fe_tools_01a.cc +++ b/tests/bits/fe_tools_01a.cc @@ -12,7 +12,7 @@ //---------------------------- fe_tools_01a.cc --------------------------- -// common framework for the various dof_tools_*.cc tests +// common framework for the various fe_tools_*.cc tests #include "../tests.h" #include @@ -74,7 +74,7 @@ main() logfile.precision (2); deallog.attach(logfile); deallog.depth_console(0); - deallog.threshold_double(1.e-10); + deallog.threshold_double(1.e-10); CHECK_ALL(Q,1); CHECK_ALL(Q,2); diff --git a/tests/bits/fe_tools_01b.cc b/tests/bits/fe_tools_01b.cc index ad5a91bc0d..3f244e4920 100644 --- a/tests/bits/fe_tools_01b.cc +++ b/tests/bits/fe_tools_01b.cc @@ -12,7 +12,7 @@ //---------------------------- fe_tools_01b.cc --------------------------- -// common framework for the various dof_tools_*.cc tests +// common framework for the various fe_tools_*.cc tests #include "../tests.h" #include diff --git a/tests/bits/fe_tools_01c.cc b/tests/bits/fe_tools_01c.cc index 003d6de8dd..d0adf33c3e 100644 --- a/tests/bits/fe_tools_01c.cc +++ b/tests/bits/fe_tools_01c.cc @@ -12,7 +12,7 @@ //---------------------------- fe_tools_01c.cc --------------------------- -// common framework for the various dof_tools_*.cc tests +// common framework for the various fe_tools_*.cc tests #include "../tests.h" #include -- 2.39.5