]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
gcc did not like a variable with name of template parameter
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Aug 2003 17:36:46 +0000 (17:36 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Aug 2003 17:36:46 +0000 (17:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@7915 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/geometry_info.h

index 0538e9c8867fc27ec76121eddb379e4f8b5fe583..d6f1e3d9b39e03f41ae0d56b6fc2421c1718d7f6 100644 (file)
@@ -29,7 +29,7 @@
  *
  * @author Wolfgang Bangerth, 1998
  */
-template <int dim>
+template <int dimension>
 struct GeometryInfo
 {
                                     /**
@@ -78,7 +78,7 @@ struct GeometryInfo
                                     /**
                                      * Number of lines of a cell.
                                      */
-    static const unsigned int lines_per_cell
+    static const unsigned int lines_per_cell;
 
                                     /**
                                      * Number of quadrilaterals of a

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.