]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Bug Fix in Patterns::Selection
authorsairajat <rajat.arora9464@gmail.com>
Tue, 7 Feb 2017 21:17:53 +0000 (16:17 -0500)
committersairajat <rajat.arora9464@gmail.com>
Tue, 7 Feb 2017 21:17:53 +0000 (16:17 -0500)
source/base/parameter_handler.cc

index a0d6c22ead90937a48029b3339d69ca1203da9ae..128e2410b386c8a6cfdaf60aadd3f1f649ee6db1 100644 (file)
@@ -469,7 +469,7 @@ namespace Patterns
     std::string tmp(sequence);
     // remove whitespace at beginning
     while ((tmp.length() != 0) && (std::isspace (tmp[0])))
-     tmp.erase (0,1);
+      tmp.erase (0,1);
 
     // check the different possibilities
     while (tmp.find('|') != std::string::npos)

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.