]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix last patch deal with petty compiler behavior
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Nov 2010 19:55:31 +0000 (19:55 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Nov 2010 19:55:31 +0000 (19:55 +0000)
git-svn-id: https://svn.dealii.org/trunk@22656 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/grid/grid_out.cc

index d95514c16680a1b19fc091e822b94181d7261442..e16e4fef8a87cea99ff03ee7d5ec6aebb3b0cdb7 100644 (file)
@@ -1108,8 +1108,8 @@ void GridOut::write_xfig (
                                   // on finer levels. Level 0
                                   // corresponds to a depth of 900,
                                   // each level subtracting 1
-  typename Triangulation<dim>::cell_iterator cell = tria.begin();
-  const typename Triangulation<dim>::cell_iterator end = tria.end();
+  Triangulation<dim>::cell_iterator cell = tria.begin();
+  const Triangulation<dim>::cell_iterator end = tria.end();
 
   for (;cell != end; ++cell)
     {
@@ -1160,7 +1160,7 @@ void GridOut::write_xfig (
       if (xfig_flags.draw_boundary)
        for (unsigned int f=0;f<nf;++f)
          {
-           typename Triangulation<dim>::face_iterator
+           Triangulation<dim>::face_iterator
              face = cell->face(face_reorder[f]);
            const unsigned char bi = face->boundary_indicator();
            if (bi != 255)

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.