]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Declare that we intend to specialize TriaObjectAccessor.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 17:00:16 +0000 (17:00 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 17:00:16 +0000 (17:00 +0000)
git-svn-id: https://svn.dealii.org/trunk@5619 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria_accessor.h

index 232a1895a26700ccfff140f453bf14c9b233b02b..c34bb178f8b81d07ab4c7306699d3dbc0589144f 100644 (file)
@@ -28,6 +28,14 @@ template <int dim, typename Accessor> class TriaActiveIterator;
 class Line;
 class Quad;
 class Hexahedron;
+
+template <int celldim, int dim> class TriaObjectAccessor;
+template <int dim>              class TriaObjectAccessor<0, dim>;
+template <int dim>              class TriaObjectAccessor<1, dim>;
+template <int dim>              class TriaObjectAccessor<2, dim>;
+template <int dim>              class TriaObjectAccessor<3, dim>;
+
+
 namespace std
 {
   template<class T1, class T2>
@@ -272,7 +280,7 @@ class TriaAccessor
  *
  * @author Wolfgang Bangerth, Guido Kanschat, 1999
  */
-template<int celldim, int dim>
+template <int celldim, int dim>
 class TriaObjectAccessor :  public TriaAccessor<dim>
 {
   public:

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.