From b4c4a3ad8cde04caeb2c36ebcd0893cab45e69b5 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Fri, 13 Sep 2013 08:37:08 +0000 Subject: [PATCH] Make compile again git-svn-id: https://svn.dealii.org/trunk@30683 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-51/step-51.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-51/step-51.cc b/deal.II/examples/step-51/step-51.cc index 7bbc444e50..2f578d4619 100644 --- a/deal.II/examples/step-51/step-51.cc +++ b/deal.II/examples/step-51/step-51.cc @@ -756,7 +756,7 @@ HDG::assemble_system_one_cell (const typename DoFHandler::active_cell_ scratch.lf_matrix = 0; scratch.fl_matrix = 0; task_data.cell_matrix = 0; - task_data.cell_rhs = 0; + task_data.cell_vector = 0; } scratch.fe_values_local.reinit (loc_cell); -- 2.39.5