]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Use proper data type.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 1 Jun 2005 00:28:37 +0000 (00:28 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 1 Jun 2005 00:28:37 +0000 (00:28 +0000)
git-svn-id: https://svn.dealii.org/trunk@10801 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/function_parser.cc

index 3852cd0f2ca63523a5d5930d973be0714c5594a5..7d7497c583ed0202ac8e1f2b1ab9b5f2c632515b 100644 (file)
@@ -27,7 +27,7 @@ unsigned int SplitString(const std::string& input,
   // Counter for Current Position
   unsigned int iPos = 0;
   // Counter for Position of next delimiter
-  unsigned int newPos = 0;  
+  std::string::size_type newPos = 0;  
   // Counter for Number of strings
   unsigned int numFound = 0;
   

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.