]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a problem with xlC.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Mar 2003 20:29:47 +0000 (20:29 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Fri, 7 Mar 2003 20:29:47 +0000 (20:29 +0000)
git-svn-id: https://svn.dealii.org/trunk@7278 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/mapping_q1.cc

index 800537715f387b2c4ae5621983a7c54ab2143778..e17c9f1aca598af610f38f3e734960876ed143c0 100644 (file)
@@ -603,7 +603,7 @@ MappingQ1<dim>::compute_fill_face (const typename DoFHandler<dim>::cell_iterator
 
       typename std::vector<Tensor<1,dim> >::iterator
        result = boundary_forms.begin();
-      typename std::vector<Tensor<1,dim> >::const_iterator
+      const typename std::vector<Tensor<1,dim> >::iterator
        end = boundary_forms.end();
       const Tensor<1,dim> *
        tang1 = data.aux[0].begin();

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.