]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a dummy return value in an unreachable place.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Jan 2009 04:49:31 +0000 (04:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 Jan 2009 04:49:31 +0000 (04:49 +0000)
git-svn-id: https://svn.dealii.org/trunk@18097 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_accessor.cc

index b24e32d30ca127f29a75ab77340ce1ee8cdc84e1..cba09ad05c2bba0af2e4c7687743ac690dbea8c9 100644 (file)
@@ -536,6 +536,8 @@ MGDoFCellAccessor<dim,spacedim>::face (const unsigned int i) const
            return this->quad(i);
       default:
            Assert (false, ExcNotImplemented());
+           return 
+             typename internal::MGDoFHandler::Iterators<dim,spacedim>::face_iterator();
     }
 }
 

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.