From: deal Date: Thu, 18 Mar 2004 13:55:07 +0000 (+0000) Subject: Simplify code, and thereby also hopefully work around a recent bug in gcc X-Git-Tag: v8.0.0~15527 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5359870de8ab61b65936bde05d20a00d472b5c52;p=dealii.git 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 --- 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