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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VTK surface format changes #2594

Merged
merged 5 commits into from
Mar 8, 2023
Merged

VTK surface format changes #2594

merged 5 commits into from
Mar 8, 2023

Commits on Mar 3, 2023

  1. VTK surface format changes

    - Change binary export to single-precision floating-point.
    - Change binary export to big-endian.
    - Support import of both little-endian and big-endian data.
    Closes #2593.
    Lestropie committed Mar 3, 2023
    2 Configuration menu
    Copy the full SHA
    e4b3530 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    11d3bf2 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. VTK: Change binary output to single-precision

    Commit e4b3530 was supposed to include this change, but while write was made independent of the width of default_type, it was erroneously hard-wired to double-precision rather than single.
    Lestropie committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    2fa95de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95696c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c49eb0d View commit details
    Browse the repository at this point in the history