]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix redundancy.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 1998 19:53:14 +0000 (19:53 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 29 Jun 1998 19:53:14 +0000 (19:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@418 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_lib.quadratic.cc

index d80f08fe6b530745348bf23d1d4ab8e8ede109a2..52884f1df1c81ab8191a4ffd879202ad3a8e720b 100644 (file)
@@ -228,7 +228,7 @@ void FEQuadraticSub<1>::get_local_mass_matrix (const DoFHandler<1>::cell_iterato
   local_mass_matrix(0,1) = local_mass_matrix(1,0) = -1./30.*h;
   local_mass_matrix(0,2) = local_mass_matrix(2,0) = 1./15.*h;
   local_mass_matrix(1,2) = local_mass_matrix(2,1) = 1./15.*h;
-  local_mass_matrix(2,2) = local_mass_matrix(2,2) = 8./15.*h;
+  local_mass_matrix(2,2) = 8./15.*h;
 };
 
 

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.