]> https://gitweb.dealii.org/ - dealii.git/commitdiff
make base class public
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 7 Dec 2009 22:39:12 +0000 (22:39 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Mon, 7 Dec 2009 22:39:12 +0000 (22:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@20209 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_face.h

index 5ccb9035b58182d9011b211f3b88cb47e06ac8c2..3f3b0fb69165418e9c613f0d9f586065202d16e0 100644 (file)
@@ -32,7 +32,7 @@ DEAL_II_NAMESPACE_OPEN
  * @author Guido Kanschat, 2009
  */
 template <int dim, int spacedim=dim>
-class FE_FaceQ : FE_PolyFace<TensorProductPolynomials<dim-1>, dim, spacedim>
+class FE_FaceQ : public FE_PolyFace<TensorProductPolynomials<dim-1>, dim, spacedim>
 {
   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.