From 15bb6aff5e043403b5ef7fbb6f750d9615c4cb5f Mon Sep 17 00:00:00 2001 From: deal Date: Thu, 18 Mar 2004 13:55:07 +0000 Subject: [PATCH] Simplify code, and thereby also hopefully work around a recent bug in gcc git-svn-id: https://svn.dealii.org/trunk@8821 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-10/step-10.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-10/step-10.cc b/deal.II/examples/step-10/step-10.cc index 892e1823d3..4bc0bf1e4d 100644 --- a/deal.II/examples/step-10/step-10.cc +++ b/deal.II/examples/step-10/step-10.cc @@ -138,7 +138,7 @@ void gnuplot_output() // use the // ``std::istringstream'' // class to generate a name. - std::string filename_base = std::string("ball"); + std::string filename_base = "ball"; filename_base += '0'+refinement; // Then output the present grid -- 2.39.5