]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a 64bit vs 32bit issue.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 12 Oct 2005 21:41:42 +0000 (21:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 12 Oct 2005 21:41:42 +0000 (21:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@11594 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_tools_10.cc

index a54b05af290fca5d74064425c33628bf717365b8..367ced08b4cd24bccbb8b1d2ed567d7b7aa83f87 100644 (file)
@@ -33,7 +33,7 @@ std::string modify_name (const std::string &name)
   dim_name += dim_char;
   dim_name += '>';
 
-  unsigned int pos;
+  std::string::size_type pos;
   while ((pos = new_name.find(dim_name)) != std::string::npos)
     new_name.replace (pos, 3, "<dim>");
   

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.