]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Qualify a few accesses to an exception in the base class. This shouldn't be strictly...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2007 19:46:49 +0000 (19:46 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 26 Sep 2007 19:46:49 +0000 (19:46 +0000)
git-svn-id: https://svn.dealii.org/trunk@15256 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/dofs/dof_accessor.templates.h

index 65e23ccecbef3d03cb8a8c59fd27b164d349ede1..393ba04d52e206e3d2430c4425fa5c64dd1e28ca 100644 (file)
@@ -731,7 +731,7 @@ DoFCellAccessor<DoFHandler<1> >::
 get_dof_indices (std::vector<unsigned int> &dof_indices) const
 {
   Assert (dof_indices.size() == this->get_fe().dofs_per_cell,
-         ExcVectorDoesNotMatch());
+         BaseClass::ExcVectorDoesNotMatch());
 
                                   // check as in documentation that
                                   // cell is either active, or dofs
@@ -769,7 +769,7 @@ DoFCellAccessor<DoFHandler<2> >::
 get_dof_indices (std::vector<unsigned int> &dof_indices) const
 {
   Assert (dof_indices.size() == this->get_fe().dofs_per_cell,
-         ExcVectorDoesNotMatch());
+         BaseClass::ExcVectorDoesNotMatch());
 
                                   // check as in documentation that
                                   // cell is either active, or dofs
@@ -808,7 +808,7 @@ DoFCellAccessor<DoFHandler<3> >::
 get_dof_indices (std::vector<unsigned int> &dof_indices) const
 {
   Assert (dof_indices.size() == this->get_fe().dofs_per_cell,
-         ExcVectorDoesNotMatch());
+         BaseClass::ExcVectorDoesNotMatch());
 
                                   // check as in documentation that
                                   // cell is either active, or dofs

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.