]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix silly bug. Strange that it didn't come up earlier.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Sep 1998 11:09:40 +0000 (11:09 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 8 Sep 1998 11:09:40 +0000 (11:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@585 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 4160b83abbf3131971dbef5e3d3d9e6f375f9236..e1438e8d6ceb9dcaf83e0ce8606cf39ae51f61fd 100644 (file)
@@ -403,7 +403,7 @@ void FiniteElement<dim>::fill_fe_subface_values (const DoFHandler<dim>::cell_ite
   Assert (global_unit_points.size() == unit_points.size(),
          ExcWrongFieldDimension(global_unit_points.size(), unit_points.size()));
 
-  static vector<Point<dim> > dummy(total_dofs);
+  vector<Point<dim> > dummy(total_dofs);
   fill_fe_values (cell, global_unit_points,
                  jacobians, compute_jacobians,
                  dummy, false,

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.