]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fixed uninitialised flags
authormike <mike@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Oct 2003 14:45:02 +0000 (14:45 +0000)
committermike <mike@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Oct 2003 14:45:02 +0000 (14:45 +0000)
git-svn-id: https://svn.dealii.org/trunk@8117 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/grid_reordering_internal.h

index bf4f190fcc1a858a93a9ec6a3c0b01418bdf60a9..92dd0c57655a4ebdc87315c9676a6f4f877f0334 100644 (file)
@@ -588,7 +588,11 @@ class DealElemInfo : public ElementInfo
   {
     public:
 
-      Orienter(){};
+      Orienter()
+      {
+       for(int i=0;i<12;++i)
+         edge_orient_array[i]=false;
+      }
 
       //The cube we're looking at now.
       unsigned int cur_posn; 

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.