]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make compile with Intel compiler.
authorkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Sep 2010 10:01:05 +0000 (10:01 +0000)
committerkronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 9 Sep 2010 10:01:05 +0000 (10:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@21905 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/parameter_handler.cc

index 85f4ffc2cbf28ba3ece3c3feefc0e5b118c7470e..c5e3819e449338daa28f0609d3cd6c81f5f16df6 100644 (file)
@@ -1095,7 +1095,7 @@ ParameterHandler::print_parameters_section (std::ostream      &out,
                                         // (and discard sub-tree
                                         // nodes) and take the
                                         // maximum of their lengths
-        unsigned int longest_name = 0;
+        std::size_t longest_name = 0;
        for (boost::property_tree::ptree::const_iterator
               p = current_section.begin();
             p != current_section.end(); ++p)
@@ -1108,7 +1108,7 @@ ParameterHandler::print_parameters_section (std::ostream      &out,
                                          // make sure we can align the
                                          // default and documentation
                                          // strings
-        unsigned int longest_value = 0;
+        std::size_t longest_value = 0;
        for (boost::property_tree::ptree::const_iterator
               p = current_section.begin();
             p != current_section.end(); ++p)
@@ -1226,7 +1226,7 @@ ParameterHandler::print_parameters_section (std::ostream      &out,
                                         // first find out the longest
                                         // entry name to be able to
                                         // align the equal signs
-        unsigned int longest_name = 0;
+        std::size_t longest_name = 0;
        for (boost::property_tree::ptree::const_iterator
               p = current_section.begin();
             p != current_section.end(); ++p)

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.