]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Create correct data types for return values right away.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Dec 2006 14:53:09 +0000 (14:53 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 28 Dec 2006 14:53:09 +0000 (14:53 +0000)
git-svn-id: https://svn.dealii.org/trunk@14280 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index 8eeff0851b6a2e8dd4c5885da28b86669160fdb8..69725a77e55091f2f3c77169ed2bdc05f1106a85 100644 (file)
@@ -3449,7 +3449,7 @@ determine_intermediate_format_dimensions (std::istream &input)
 {
   Assert (input, ExcIO());
           
-  int dim, spacedim;
+  unsigned int dim, spacedim;
   input >> dim >> spacedim;
 
   return std::make_pair (dim, spacedim);

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.