//---------------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 by the deal.II authors
+// Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2011 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
template <>
void
HyperBallBoundary<1>::
-get_normals_at_vertices (const Triangulation<1>::face_iterator &,
- Boundary<1>::FaceVertexNormals &) const;
+get_normals_at_vertices (const Triangulation<1,1>::face_iterator &,
+ Boundary<1,1>::FaceVertexNormals &) const;
template <>
Point<1>
HalfHyperBallBoundary<1>::
template <>
void
HalfHyperBallBoundary<1>::
-get_normals_at_vertices (const Triangulation<1>::face_iterator &,
- Boundary<1>::FaceVertexNormals &) const;
+get_normals_at_vertices (const Triangulation<1,1>::face_iterator &,
+ Boundary<1,1>::FaceVertexNormals &) const;
template <>
Point<1>
HalfHyperShellBoundary<1>::
template <>
void
HalfHyperShellBoundary<1>::
-get_normals_at_vertices (const Triangulation<1>::face_iterator &,
- Boundary<1>::FaceVertexNormals &) const;
+get_normals_at_vertices (const Triangulation<1,1>::face_iterator &,
+ Boundary<1,1>::FaceVertexNormals &) const;
#endif // DOXYGEN