Skip to content

Commit

Permalink
update progress
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale committed Jul 28, 2024
1 parent 156ae71 commit 8c8d59c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,16 @@ variable.
This project aims to modernize the original code, namely:

* [x] Modify the tests so they can be automatically run in the CI.
* [x] Conversion from fixed (`.f`) to free-form (`.f90`) source.
* [ ] Fix warnings, etc.
* [ ] Implement a C API.
* [x] Convert from fixed-form (`.f`) to free-form (`.f90`).
* [x] Convert from upper case to lower case.
* [x] Split the code in modules.
* [x] Add `intent(in/out)` to all procedures.
* [x] Remove labeled do loops, and (almost) all gotos.
* [x] Implement a C API.
* [x] Generate automatic code documentation with FORD.
* [ ] Implement python bindings to the C API.
* [ ] Replace LINPACK calls by LAPACK. Code profiling shows that LINPACK calls are not time
consuming, so this change is motivated by code maintainability, not by performance.

## Build instructions

Expand Down

0 comments on commit 8c8d59c

Please sign in to comment.