]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix forgotten change to v=0
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 10 May 2004 21:15:51 +0000 (21:15 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 10 May 2004 21:15:51 +0000 (21:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@9232 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-14/step-14.cc

index d4cbff01d5c989599b83f99786d9553b7a605674..8b31ac182db90878824654fb266b4435422fffad 100644 (file)
@@ -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<n_q_points; ++q)
            {

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.