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

rest_vol_dataset: Correct treatment of dataspace types in is_contiguous() and convert_start_to_offset() #78

Merged
merged 2 commits into from
Oct 10, 2023

Commits on Oct 3, 2023

  1. rest_vol_dataset: (fix) is_contiguous() and offset

    - Improved the function RV_dataspace_selection_is_contiguous() and
      RV_convert_start_to_offset at suggested in pull request HDFGroup#58
      on Github. In short, now the switch statements handle the various
      dataspace types correctly.
    jwsblokland committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    50f38a2 View commit details
    Browse the repository at this point in the history
  2. General: (fix) Corrected typos

    - Corrected a typo in the file README.md and CMakeInstallation.cmake
      such that codespell does not report any errors.
    jwsblokland committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    4eaaae9 View commit details
    Browse the repository at this point in the history