From cfda3a33330ad666c12feac4a5889cbef90e4491 Mon Sep 17 00:00:00 2001 From: hartmann Date: Thu, 15 Mar 2001 18:52:15 +0000 Subject: [PATCH] Remove InternalDataBase argument of transform_unit_to_real_cell function. git-svn-id: https://svn.dealii.org/trunk@4219 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/mapping_cartesian.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/fe/mapping_cartesian.h b/deal.II/deal.II/include/fe/mapping_cartesian.h index e32c05fcf4..4d26b53b69 100644 --- a/deal.II/deal.II/include/fe/mapping_cartesian.h +++ b/deal.II/deal.II/include/fe/mapping_cartesian.h @@ -142,11 +142,9 @@ class MappingCartesian : public Mapping * @p{p_real} on the real cell * @p{cell} and returns @p{p_real}. */ -//TODO: document meaning of mdata argument virtual Point transform_unit_to_real_cell ( const typename Triangulation::cell_iterator cell, - const Point &p, - const typename Mapping::InternalDataBase *const mdata=0) const; + const Point &p) const; /** * Transforms the point @p{p} on @@ -215,7 +213,8 @@ class MappingCartesian : public Mapping /** * Length of the cell in * different coordinate - * directions. + * directions, @p{h_x}, + * @p{h_y}, @p{h_z}. */ Tensor<1,dim> length; -- 2.39.5