]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Remove unused variable.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Oct 2003 15:03:54 +0000 (15:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 16 Oct 2003 15:03:54 +0000 (15:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@8096 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/grid/grid_out.cc

index 44b7eb86fc13b75cc0543e6b3f927f50cc731926..cc16e95ac8ffe5543e17b508534b1ea67997308d 100644 (file)
@@ -388,8 +388,8 @@ void GridOut::write_xfig (const Triangulation<dim>& tria,
                          const Mapping<dim>*       mapping)
 {
   const unsigned int nv = GeometryInfo<dim>::vertices_per_cell;
-  const unsigned int nf = GeometryInfo<dim>::faces_per_cell;
-                                  // The following text was copied
+
+                                  // The following text was copied
                                   // from an existing XFig file.
   out << "#FIG 3.2\nLandscape\nCenter\nInches" << std::endl
       << "A4\n100.00\nSingle" << std::endl
@@ -438,6 +438,7 @@ void GridOut::write_xfig (const Triangulation<dim>& tria,
                                       // Now write boundary edges
     }
 }
+
 #endif
 
 
@@ -515,6 +516,8 @@ void GridOut::write_ucd_faces (const Triangulation<dim> &tria,
       };         
 }
 
+
+
 #if deal_II_dimension==1
 
 void GridOut::write_gnuplot (const Triangulation<1> &tria,

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.