Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

VTU: put closing XML on separate line #13336

Merged
merged 2 commits into from Feb 3, 2022
Merged

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Feb 3, 2022

Maybe not a very important change 馃槃 , but I noticed that we are inconsistent about newlines of closing XML tags.

Tests are updated with search&replace and pass on my machine (but this is a single configuration with zlib and mpi, etc.).

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants