Skip to content

Commit

Permalink
replace fortran90.org with markdown sources on github (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
egpbos authored Jan 17, 2025
1 parent 8e33f51 commit 11debe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language_guides/fortran.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ numerical compute workloads, with no existing alternative. In this case it is re

## Recommended sources of information

- [Fortran90 official documentation](http://www.fortran90.org/)
- [Fortran90 best practices](https://github.com/certik/fortran90.org/blob/master/src/best-practices.rst).
- [Fortran wiki](http://fortranwiki.org/fortran/show/HomePage)
- [Fortran90 handbook](http://micro.ustc.edu.cn/Fortran/Fortran%2090%20Handbook.pdf)

Expand All @@ -35,7 +35,7 @@ completion and refactoring tools one might consider the [CBFortran](http://cbfor
## Coding style conventions

If working on an existing code base, adopt the existing conventions. Otherwise we recommend the
standard conventions, described in the [official documentation](http://www.fortran90.org/src/best-practices.html#fortran-style-guide) and the [Fortran company style guide](http://www.fortran.com/). We would like to add the following advice:
standard conventions, described in the [official documentation](https://github.com/certik/fortran90.org/blob/master/src/best-practices.rst#fortran-style-guide) and the [Fortran company style guide](http://www.fortran.com/). We would like to add the following advice:

- Use free-form text input style (the default), with a maximal line width well below the 132 characters imposed by the Fortran90 standard.
- When a method does not need to alter any data in any module and returns a single value, use a function for it, otherwise use a subroutine. Minimize the latter to reasonable extent.
Expand Down

0 comments on commit 11debe0

Please sign in to comment.