From: Wolfgang Bangerth Date: Mon, 10 May 2004 21:15:51 +0000 (+0000) Subject: Fix forgotten change to v=0 X-Git-Tag: v8.0.0~15188 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50dbee6e457ded1ccf473d84755929e4691b0b17;p=dealii.git Fix forgotten change to v=0 git-svn-id: https://svn.dealii.org/trunk@9232 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc index d4cbff01d5..8b31ac182d 100644 --- a/deal.II/examples/step-14/step-14.cc +++ b/deal.II/examples/step-14/step-14.cc @@ -2098,7 +2098,7 @@ namespace DualFunctional // unit function for the // total area/volume. fe_values.reinit (cell); - cell_rhs.clear (); + cell_rhs = 0; for (unsigned int q=0; q