]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Eliminated reference to a type defined in the header class.
authorLuca Heltai <luca.heltai@sissa.it>
Tue, 8 Mar 2005 14:09:36 +0000 (14:09 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 8 Mar 2005 14:09:36 +0000 (14:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@10040 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/function_parser.cc

index b0488b3f558b223c7dc64eb98375a9d8605c283d..a61c6f39248b667064f4e332d57c9eaf720f50b7 100644 (file)
@@ -54,7 +54,7 @@ void FunctionParser<dim>::initialize(const std::string variables,
 
   for (unsigned int i=0; i<this->n_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) {

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.