codee-com / codee-com/open-catalog

[Fortran] Modernize `call flush`

Open
#89 3 comments 0 reactions 0 assignees View on GitHub
Fortran good first issue
Dominant language
Fortran
Stars
106
Forks
12
PR merge metrics
No merged PRs in 30d

Description

In old days, some compilers did not support `flush` statement or support `flush` via call. So, some codebases uses `flush` as
```fortran
call flush(file_descriptor)
```

It would be nice to have a suggestion for replacing `call flush` with `flush` statement.

Related to PWR075

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.