]> https://gitweb.dealii.org/ - dealii.git/commit
VTU: put xml closing element on separate line
authorTimo Heister <timo.heister@gmail.com>
Sun, 23 Jan 2022 21:36:08 +0000 (16:36 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sun, 23 Jan 2022 21:37:02 +0000 (16:37 -0500)
commit535f6d650bbad176d213fa7d221eaf4ee86f0380
tree689a9f6bb90086eea1239fd612496059bb7ca95b
parent4e8af90f343e04f987d34fb518da4d95118d108d
VTU: put xml closing element on separate line

We try to output VTU XML data in somewhat pretty way like
  <Points>
    <DataArray type="Float32" NumberOfComponents="3" format="binary">
[BASE64 data]
    </DataArray>
  </Points>
but we were missing a newline after writing scalar base64 data. Fix
this.
source/base/data_out_base.cc

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.