From: wolf Date: Fri, 12 Feb 1999 18:16:01 +0000 (+0000) Subject: Also fix the respective comment in the file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a27c3af88ed9bf26cb0525c77b8e5b10137e38e3;p=dealii-svn.git Also fix the respective comment in the file. git-svn-id: https://svn.dealii.org/trunk@791 0785d39b-7218-0410-832d-ea1e28bc413d --- 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]);