Skip to content

Create C comaptible arrays before calling function#16

Open
trygveasp wants to merge 1 commit intoecmwf:developfrom
trygveasp:bugfix/fortran_to_c_strings
Open

Create C comaptible arrays before calling function#16
trygveasp wants to merge 1 commit intoecmwf:developfrom
trygveasp:bugfix/fortran_to_c_strings

Conversation

@trygveasp
Copy link
Copy Markdown

Otherwise newer ifort compilers will give error:
#8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic.

Description

Contributor Declaration

By opening this pull request, I affirm the following:

  • All authors agree to the Contributor License Agreement.
  • The code follows the project's coding standards.
  • I have performed self-review and added comments where needed.
  • I have added or updated tests to verify that my changes are effective and functional.
  • I have run all existing tests and confirmed they pass.

Otherwise newer ifort compilers will give error: 
#8284: If the actual argument is scalar, the dummy argument shall be scalar unless the actual argument is of type character or is an element of an array that is not assumed shape, pointer, or polymorphic.
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.

1 participant