]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a pretty stupid bug.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 May 2003 16:03:19 +0000 (16:03 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 6 May 2003 16:03:19 +0000 (16:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@7587 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/parameter_handler.cc

index d15511861186bccf67795c13a74f86f5e3c21cf8..3ae2f1b6fecf9b12b334124824e537ff87379067 100644 (file)
@@ -327,7 +327,7 @@ namespace Patterns
        if (name.find(",") != std::string::npos)
          {
            name.erase (name.find(","), std::string::npos);
-           tmp.erase (0, test_string_list.find(",")+1);
+           tmp.erase (0, tmp.find(",")+1);
          }
        else
          tmp = "";

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.