From: bangerth Date: Fri, 12 Nov 2010 01:10:18 +0000 (+0000) Subject: Ouch -- fix two numbers that managed to completely break every single test that uses... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85887dbb82f163a5f215bb9394114db1ba4e9849;p=dealii-svn.git Ouch -- fix two numbers that managed to completely break every single test that uses 3d functionality... git-svn-id: https://svn.dealii.org/trunk@22704 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/tria_accessor.templates.h b/deal.II/include/deal.II/grid/tria_accessor.templates.h index 3adbf37c22..5ee77a280d 100644 --- a/deal.II/include/deal.II/grid/tria_accessor.templates.h +++ b/deal.II/include/deal.II/grid/tria_accessor.templates.h @@ -2373,7 +2373,7 @@ namespace internal template inline - dealii::TriaIterator > + dealii::TriaIterator > get_face (const dealii::CellAccessor<3,spacedim> &cell, const unsigned int i) {