]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Same fix as in fe_tools_10.cc
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 13 Oct 2005 17:24:39 +0000 (17:24 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 13 Oct 2005 17:24:39 +0000 (17:24 +0000)
git-svn-id: https://svn.dealii.org/trunk@11596 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/fe_tools_11.cc

index 9ace670c2d42975c6bdef653d7de6dcf9182c04b..af0b2c91f57c3d5925b593d46b9552067abc5cb1 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$ 
 //
-//    Copyright (C) 2003, 2004 by the deal.II authors
+//    Copyright (C) 2003, 2004, 2005 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -32,7 +32,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, "");
   

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.