From: Guido Kanschat Date: Thu, 17 Jan 2002 14:36:18 +0000 (+0000) Subject: space between date and time X-Git-Tag: v8.0.0~18448 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=794a2a47512a632d6f75cdaafbe7d2c3e420147d;p=dealii.git space between date and time git-svn-id: https://svn.dealii.org/trunk@5387 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/data_out_base.cc b/deal.II/base/source/data_out_base.cc index 70f70e9bc7..db2fd6d9d3 100644 --- a/deal.II/base/source/data_out_base.cc +++ b/deal.II/base/source/data_out_base.cc @@ -960,6 +960,7 @@ void DataOutBase::write_dx (const typename std::vector > &pa << time->tm_year+1900 << "/" << time->tm_mon+1 << "/" << time->tm_mday + << ' ' << time->tm_hour << ":" << std::setw(2) << time->tm_min << ":" << std::setw(2) << time->tm_sec << '"' << std::endl;