From: Luca Heltai Date: Tue, 8 Mar 2005 14:09:36 +0000 (+0000) Subject: Eliminated reference to a type defined in the header class. X-Git-Tag: v8.0.0~14488 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71584729ae301905b41352e78b2b68412e99dd2a;p=dealii.git Eliminated reference to a type defined in the header class. git-svn-id: https://svn.dealii.org/trunk@10040 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function_parser.cc b/deal.II/base/source/function_parser.cc index b0488b3f55..a61c6f3924 100644 --- a/deal.II/base/source/function_parser.cc +++ b/deal.II/base/source/function_parser.cc @@ -54,7 +54,7 @@ void FunctionParser::initialize(const std::string variables, for (unsigned int i=0; in_components; ++i) { // Add the variuous constants to the parser. - ConstMapIterator + std::map< std::string, double >::iterator constant = constants.begin(), endc = constants.end(); for(;constant != endc; ++constant) {