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

Cleanup of 6307: BUG: Allow nested use of parameters for array dimensions in f2py. #6487

Merged
merged 1 commit into from Oct 16, 2015

Conversation

charris
Copy link
Member

@charris charris commented Oct 16, 2015

Cleanup of #6307.

Nested use of parameters in specifying dimensions caused problems.

For example

  parameter (i=7)
  common buf(nvar*(nvar+1) * (n + 1))

This fix was suggested by Pearu on github.

Closes #5877.

Nested use of parameters in specifying dimensions caused problems.

For example

      parameter (i=7)
      common buf(nvar*(nvar+1) * (n + 1))

This fix was suggested by Pearu on github.

Closes numpy#5877.
@charris charris added this to the 1.10.2 release milestone Oct 16, 2015
@charris charris changed the title BUG: Allow nested use of parameters for array dimensions in f2py. Cleanup of 6307: BUG: Allow nested use of parameters for array dimensions in f2py. Oct 16, 2015
charris added a commit that referenced this pull request Oct 16, 2015
Cleanup of 6307: BUG: Allow nested use of parameters for array dimensions in f2py.
@charris charris merged commit f6a028c into numpy:master Oct 16, 2015
@charris charris deleted the cleanup-6307 branch October 16, 2015 18:23
@charris charris removed this from the 1.10.2 release milestone Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

f2py - bug in calcualtion of array dimensions
2 participants