From 02cc0df7ce09ab0dc3a2263b242111dd23e861c2 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 28 Oct 2013 02:59:42 +0000 Subject: [PATCH] Unify spelling of arguments. git-svn-id: https://svn.dealii.org/trunk@31456 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-13/step-13.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-13/step-13.cc b/deal.II/examples/step-13/step-13.cc index 909ff972d4..cd1f9525b7 100644 --- a/deal.II/examples/step-13/step-13.cc +++ b/deal.II/examples/step-13/step-13.cc @@ -667,7 +667,7 @@ namespace Step13 void local_assemble_matrix (const typename DoFHandler::active_cell_iterator &cell, - AssemblyScratchData &scratch, + AssemblyScratchData &scratch_data, AssemblyCopyData ©_data) const; void -- 2.39.5