]> https://gitweb.dealii.org/ - dealii.git/commitdiff
initialize first_block_of_base_table to default value 0
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 30 Jan 2006 14:21:37 +0000 (14:21 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 30 Jan 2006 14:21:37 +0000 (14:21 +0000)
git-svn-id: https://svn.dealii.org/trunk@12210 0785d39b-7218-0410-832d-ea1e28bc413d

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

index c3a90855744d245f32069f72e86923ff872666b2..6e217055eb2e88a25e1f81b0f1a330ee510fff13 100644 (file)
@@ -198,6 +198,10 @@ FiniteElement<dim>::FiniteElement (
          face_system_to_base_table[j] = std::make_pair(std::make_pair(0U,0U),j);      
        }
     }
+                                  // Fill with default value; may be
+                                  // changed by constructor of
+                                  // derived class.
+  first_block_of_base_table.resize(1,0);
 }
 
 

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.