From 6b48073ff6ac5ef9fc39098a4c312e833365f972 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 13 Oct 2005 17:24:39 +0000 Subject: [PATCH] Same fix as in fe_tools_10.cc git-svn-id: https://svn.dealii.org/trunk@11596 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/fe_tools_11.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, ""); -- 2.39.5