]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make a variable `unsigned int' that was previously `unsigned _long_
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Oct 2001 13:58:20 +0000 (13:58 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 9 Oct 2001 13:58:20 +0000 (13:58 +0000)
int', for whatever reason.

git-svn-id: https://svn.dealii.org/trunk@5131 0785d39b-7218-0410-832d-ea1e28bc413d

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

index cfcf0f77e118f7fbb4c0d6031abfad49ed1dce9b..4329eb492cc8e14c993aeb81e8018028464e00a4 100644 (file)
@@ -153,7 +153,7 @@ template <int dim>
 unsigned int GridOut::n_boundary_faces (const Triangulation<dim> &tria) const
 {
   typename Triangulation<dim>::active_face_iterator face, endf;
-  unsigned long int n_faces = 0;
+  unsigned int n_faces = 0;
 
   for (face=tria.begin_active_face(), endf=tria.end_face();
        face != endf; ++face)

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.