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

Use allocate with source to initialize arrays #1499

Merged
merged 2 commits into from
Sep 24, 2021

Commits on Sep 17, 2021

  1. Use allocate with source to initialize arrays

      Use the allocate call's source optional argument to initialize 611 arrays in
    62 files.  This change simplifies and shortens the code and will make it easier
    to identify uninitialized allocated arrays.  This change was only made to arrays
    that were already being initialized on the same line as the allocate or shortly
    thereafter.  All answers are bitwise identical.
    Hallberg-NOAA committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    d9af347 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

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