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

define uint64_t type grib_en/decode and use them #62

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Jan 10, 2022

  1. define uint64_t type grib_en/decode and use them

    Currently grib_encode_size_t / grib_decode_size_t are defined and
    especially on windows where size_t is 64 bit,
    encode_double_array and decode_double_array use them.
    
    So especially for 32 bit linux system, define uint64_t type grib_encode /
    grib_decode and use them instead of size_t type ones. This method is
    more portable.
    mtasaka committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    e8eda43 View commit details
    Browse the repository at this point in the history