From: Wolfgang Bangerth 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-Tag: v8.0.0~23136 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc6476218ae22c43fa4c12f7e1de345ee6caf6c7;p=dealii.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