From: kronbichler Date: Fri, 13 Sep 2013 08:37:08 +0000 (+0000) Subject: Make compile again X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4c4a3ad8cde04caeb2c36ebcd0893cab45e69b5;p=dealii-svn.git Make compile again git-svn-id: https://svn.dealii.org/trunk@30683 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);