]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
space between date and time
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2002 14:36:18 +0000 (14:36 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 17 Jan 2002 14:36:18 +0000 (14:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@5387 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/data_out_base.cc

index 70f70e9bc7c193ea1115de1826329990e0574aa2..db2fd6d9d34c8b12e5120485b2622fbdd7e6c141 100644 (file)
@@ -960,6 +960,7 @@ void DataOutBase::write_dx (const typename std::vector<Patch<dim,spacedim> > &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;

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.