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

Replace another FORTRAN test program with gfortran -Wall certified test program. #1736

Merged
merged 2 commits into from
Nov 10, 2024

Commits on Nov 7, 2024

  1. Another corrected test program: This one was trying to assign logical

    values into real array, which `gfortran` doesn't like. So, changed the
    array type into logical (and same on the external numpy array too).
    pratyai committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    780e41c View commit details
    Browse the repository at this point in the history
  2. Replace the numpy bool array with numpy int32 array. Verify the entire

    array for a checkerboard pattern.
    pratyai committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    c70b523 View commit details
    Browse the repository at this point in the history