From: Wolfgang Bangerth Date: Thu, 13 Oct 2005 17:24:39 +0000 (+0000) Subject: Same fix as in fe_tools_10.cc X-Git-Tag: v8.0.0~13007 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b48073ff6ac5ef9fc39098a4c312e833365f972;p=dealii.git Same fix as in fe_tools_10.cc git-svn-id: https://svn.dealii.org/trunk@11596 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/fe_tools_11.cc b/tests/bits/fe_tools_11.cc index 9ace670c2d..af0b2c91f5 100644 --- a/tests/bits/fe_tools_11.cc +++ b/tests/bits/fe_tools_11.cc @@ -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, "");