From a27c3af88ed9bf26cb0525c77b8e5b10137e38e3 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 12 Feb 1999 18:16:01 +0000 Subject: [PATCH] Also fix the respective comment in the file. git-svn-id: https://svn.dealii.org/trunk@791 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Attic/examples/dof/dof_test.cc | 2 +- tests/big-tests/dof/dof_test.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/Attic/examples/dof/dof_test.cc b/deal.II/deal.II/Attic/examples/dof/dof_test.cc index 1400dbd17a..4c67adf615 100644 --- a/deal.II/deal.II/Attic/examples/dof/dof_test.cc +++ b/deal.II/deal.II/Attic/examples/dof/dof_test.cc @@ -303,7 +303,7 @@ int main (int argc, char **argv) { }; TestCases<2> tests; - MultipleParameterLoop input_data; //gcc2.7 does nonsense, wait for gcc2.8 + MultipleParameterLoop input_data; tests.declare_parameters(input_data); input_data.read_input (argv[1]); diff --git a/tests/big-tests/dof/dof_test.cc b/tests/big-tests/dof/dof_test.cc index 1400dbd17a..4c67adf615 100644 --- a/tests/big-tests/dof/dof_test.cc +++ b/tests/big-tests/dof/dof_test.cc @@ -303,7 +303,7 @@ int main (int argc, char **argv) { }; TestCases<2> tests; - MultipleParameterLoop input_data; //gcc2.7 does nonsense, wait for gcc2.8 + MultipleParameterLoop input_data; tests.declare_parameters(input_data); input_data.read_input (argv[1]); -- 2.39.5