]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
missing addition
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Mar 2006 14:04:18 +0000 (14:04 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 30 Mar 2006 14:04:18 +0000 (14:04 +0000)
git-svn-id: https://svn.dealii.org/trunk@12771 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_system.cc

index 21992ac162378adc973191924129b622eb35dd1a..ffd48cefae880f50b1787d0e8aef2db38f6d0841 100644 (file)
@@ -206,7 +206,7 @@ FESystem<dim>::FESystem (const FiniteElement<dim> &fe1,
   base_elements[2] = ElementPair(fe3.clone(), n3);
   base_elements[2].first->subscribe (typeid(*this).name());
   this->first_block_of_base_table.push_back(n1);
-  this->first_block_of_base_table.push_back(n2);
+  this->first_block_of_base_table.push_back(n1+n2);
   initialize ();
 }
 

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.