From: wolf Date: Wed, 26 Jun 2002 16:59:01 +0000 (+0000) Subject: Fix somehting that gcc3.1 did not understand any more. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=660c47023019ff77c81b727259870615c324a16f;p=dealii-svn.git Fix somehting that gcc3.1 did not understand any more. git-svn-id: https://svn.dealii.org/trunk@6192 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/wave-test-3.cc b/tests/deal.II/wave-test-3.cc index a8b11736f6..080b9d6f1e 100644 --- a/tests/deal.II/wave-test-3.cc +++ b/tests/deal.II/wave-test-3.cc @@ -3136,7 +3136,7 @@ if (parameters.compare_indicators_globally) << std::endl; deallog << " Now refining..."; do_loop (mem_fun (&TimeStepBase_Tria::init_for_refinement), - bind2nd (mem_fun1 (&TimeStepBase_Wave::refine_grid), + bind2nd (mem_fun (&TimeStepBase_Wave::refine_grid), TimeStepBase_Tria::RefinementData (top_threshold, bottom_threshold)), TimeDependent::TimeSteppingData (0,1),