From: wolf Date: Thu, 2 Apr 1998 13:24:57 +0000 (+0000) Subject: Do a workaround for setw(), since this seems not to be in the present libg++ library... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3c054041e505300230e11a41d84d17270163a1;p=dealii-svn.git Do a workaround for setw(), since this seems not to be in the present libg++ library I try to link with. git-svn-id: https://svn.dealii.org/trunk@118 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/parameter_handler.cc b/deal.II/base/source/parameter_handler.cc index 6b0b5d3a8e..55888ede83 100644 --- a/deal.II/base/source/parameter_handler.cc +++ b/deal.II/base/source/parameter_handler.cc @@ -2,13 +2,22 @@ #include #include -#include +//#include extern "C" { #include } +String setw (unsigned int n) { + String s; + for (unsigned int i=0; i