]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use actual definitions of static variables.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Feb 2000 08:56:03 +0000 (08:56 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 21 Feb 2000 08:56:03 +0000 (08:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@2445 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/geometry_info.cc

index a5cfea3080d7a4a13a2e68a737a38cfca1f3a917..e62b5f4f94158bdc5be11adfd51e025e18c8c47b 100644 (file)
@@ -3,13 +3,11 @@
 #include <grid/geometry_info.h>
 
 
-// enable these lines for gcc2.95
-//
-//const unsigned int GeometryInfo<deal_II_dimension>::vertices_per_cell;
-//const unsigned int GeometryInfo<deal_II_dimension>::lines_per_cell;
-//const unsigned int GeometryInfo<deal_II_dimension>::quads_per_cell;
-//const unsigned int GeometryInfo<deal_II_dimension>::hexes_per_cell;
-//const unsigned int GeometryInfo<deal_II_dimension>::children_per_cell;
+const unsigned int GeometryInfo<deal_II_dimension>::vertices_per_cell;
+const unsigned int GeometryInfo<deal_II_dimension>::lines_per_cell;
+const unsigned int GeometryInfo<deal_II_dimension>::quads_per_cell;
+const unsigned int GeometryInfo<deal_II_dimension>::hexes_per_cell;
+const unsigned int GeometryInfo<deal_II_dimension>::children_per_cell;
 
 
 template <>

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.