Skip to content

Problem in ioapi/init3.F90 #13

@pshchien

Description

@pshchien

To whom it may concern,
I am compiling the IOAPI-3.2 with the up-to-date master branch.
And I found that the code ioapi/init3.F90 is different from the previous version, which would cause problems.
In line 142,

 CHARACTER *80, PARAMETER :: IOAPILIBVER =

There is no "&" at the end, which causes the code at this line not to finish correctly.

Also, in line 181,

         TRIM( IOAPILIBTAG ),                    &

This variable was not declared, which also cause problems.

I am using GNU, but I am not familiar with the compiler, so I am not sure if this problem would be fixed by other compiler/flag/option.
If so, please ignore this problem,

Sincerely,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions