]> 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:06:37 +0000 (17:06 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 25 Mar 2002 17:06:37 +0000 (17:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@5622 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/grid/tria.h

index 511bd363b08c1ce12ea69044850f0c06c528e9b4..d0a1ff7d6e5c00735ad048e8d702e3387508e17e 100644 (file)
@@ -24,7 +24,11 @@ template <int dim> class Boundary;
 template <int dim> class StraightBoundary;
 template <int dim> class CellAccessor;
 template <int dim> class TriaAccessor;
-template<int celldim, int dim> class TriaObjectAccessor;
+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>;
 template <int dim, typename Accessor> class TriaRawIterator;
 template <int dim, typename Accessor> class TriaIterator;
 template <int dim, typename Accessor> class TriaActiveIterator;

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.