]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Nov 2001 17:29:12 +0000 (17:29 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 28 Nov 2001 17:29:12 +0000 (17:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@5295 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q.cc

index 34d87c42aa526a49450c73d4cfc6226c8db79345..e29ca4817c1a20dca879065a2f2d2aa2fd7b2319 100644 (file)
@@ -1222,9 +1222,9 @@ Point<dim> MappingQ<dim>::transform_unit_to_real_cell (
 
   compute_mapping_support_points(cell, p_data->mapping_support_points);
   
-  const Point<dim> p=transform_unit_to_real_cell_internal(*p_data);
+  const Point<dim> q=transform_unit_to_real_cell_internal(*p_data);
   delete mdata;
-  return p;
+  return q;
 }
 
 

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.