From: Wolfgang Bangerth Date: Wed, 2 Feb 2005 17:18:53 +0000 (+0000) Subject: Qualify two places with this-> X-Git-Tag: v8.0.0~14600 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fbd005cf2d2d6b6d81a93ca8b5062b76be2f2a0;p=dealii.git Qualify two places with this-> git-svn-id: https://svn.dealii.org/trunk@9890 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc index 2de27e5ff3..70001af097 100644 --- a/deal.II/deal.II/source/fe/fe_raviart_thomas.cc +++ b/deal.II/deal.II/source/fe/fe_raviart_thomas.cc @@ -1658,7 +1658,7 @@ FE_RaviartThomas::fill_fe_face_values (const Mapping // number of conversions if (flags & update_values) { - Assert (fe_data.shape_values.size() == dofs_per_cell, + Assert (fe_data.shape_values.size() == this->dofs_per_cell, ExcInternalError()); Assert (fe_data.shape_values[0].size() == GeometryInfo::faces_per_cell * n_q_points * @@ -1690,7 +1690,7 @@ FE_RaviartThomas::fill_fe_face_values (const Mapping if (flags & update_gradients) { - Assert (fe_data.shape_values.size() == dofs_per_cell, + Assert (fe_data.shape_values.size() == this->dofs_per_cell, ExcInternalError()); Assert (fe_data.shape_gradients[0].size() == GeometryInfo::faces_per_cell * n_q_points *