From: wolf Date: Mon, 7 Apr 2003 15:42:37 +0000 (+0000) Subject: Fix typos. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cc4ea9e3cde220d55427bdf3c7aa793154c5279;p=dealii-svn.git Fix typos. git-svn-id: https://svn.dealii.org/trunk@7367 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe_nedelec.cc b/deal.II/deal.II/source/fe/fe_nedelec.cc index d72df587bd..f93bc4e22f 100644 --- a/deal.II/deal.II/source/fe/fe_nedelec.cc +++ b/deal.II/deal.II/source/fe/fe_nedelec.cc @@ -357,7 +357,7 @@ FE_Nedelec<3>::shape_value_component (const unsigned int i, // note that the degrees of // freedom on opposite faces // have a common vector - // direction, so simply that + // direction, so simplify that // a little. these directions // are: // @@ -461,7 +461,7 @@ FE_Nedelec<2>::shape_grad_component (const unsigned int i, // index=shape function // number; second // index=vector component, - // thrid index=component + // third index=component // within gradient static const double unit_gradients[4][2][2] = { { {0.,-1.}, {0.,0.} }, @@ -517,7 +517,7 @@ FE_Nedelec<3>::shape_grad_component (const unsigned int i, // index=shape function // number; second // index=vector component, - // thrid index=component + // third index=component // within gradient const double x = p(0), y = p(1),