]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add dummy return statement after Assert(false). Remove inline keyword
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Oct 2003 23:18:03 +0000 (23:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 17 Oct 2003 23:18:03 +0000 (23:18 +0000)
to avoid missing symbols.

git-svn-id: https://svn.dealii.org/trunk@8105 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/tria_accessor.cc

index dfc23cb812f67544c6ea9316467bd4acf94ca602..3c097da21f840ab5596e2c6d05be406ce1af3307 100644 (file)
@@ -2125,13 +2125,13 @@ bool CellAccessor<dim>::has_boundary_lines () const
 #if deal_II_dimension == 1
 
 template <>
-inline
 TriaIterator<1,CellAccessor<1> >
 CellAccessor<1>::
 neighbor_child_on_subface (const unsigned int,
                            const unsigned int) const
 {
   Assert (false, ExcNotImplemented());
+  return TriaIterator<1,CellAccessor<1> >();
 }
 
 #endif
@@ -2139,7 +2139,6 @@ neighbor_child_on_subface (const unsigned int,
 #if deal_II_dimension == 2
 
 template <>
-inline
 TriaIterator<2,CellAccessor<2> >
 CellAccessor<2>::
 neighbor_child_on_subface (const unsigned int face,
@@ -2167,7 +2166,6 @@ neighbor_child_on_subface (const unsigned int face,
 #if deal_II_dimension == 3
 
 template <>
-inline
 TriaIterator<3,CellAccessor<3> >
 CellAccessor<3>::
 neighbor_child_on_subface (const unsigned int face,

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.