From edb8002fec3d6758af3b8463d2dfd45ef7bb4b87 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 May 2006 15:28:27 +0000 Subject: [PATCH] Remove unused arg. git-svn-id: https://svn.dealii.org/trunk@13050 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/hp/step-9.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hp/step-9.cc b/tests/hp/step-9.cc index c58c56e610..c82cfd78a1 100644 --- a/tests/hp/step-9.cc +++ b/tests/hp/step-9.cc @@ -506,7 +506,7 @@ void AdvectionProblem::refine_grid () template -void AdvectionProblem::output_results (const unsigned int cycle) const +void AdvectionProblem::output_results (const unsigned int) const { GridOut grid_out; grid_out.write_eps (triangulation, deallog.get_file_stream()); -- 2.39.5