Skip to content

Commit e5ec5f5

Browse files
committed
update README to reflect completed tasks: modularization and explicit interfaces
1 parent 6c58214 commit e5ec5f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ The first version of the library, named HOMPACK, was originally released in 1987
1717

1818
* [ ] Conversion from fixed-form (`.f`) to free-form (`.f90`).
1919
* [ ] Conversion from upper case to lower case.
20-
* [ ] Modularization.
20+
* [x] Modularization.
2121
* [ ] Removal of `DATA` statements, labeled do loops, and (most) `goto`s.
2222
* [ ] Addition of `intent(in/out)` to all procedures.
23-
* [ ] Addition of explicit interfaces to BLAS/LAPACK routines.
23+
* [x] Addition of explicit interfaces to BLAS/LAPACK routines.
2424
* [ ] Implementation of a C API.
2525
* [x] Automatic code documentation with FORD.
2626
* [ ] Python bindings, available in the companion repo [hompack-python](https://github.com/HugoMVale/hompack-python).

0 commit comments

Comments
 (0)