Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanschilling committed Oct 30, 2023
1 parent 646522f commit ce3b991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the Fortran implementation of [ABSCAB](https://github.com/jonathanschill

| description | link to file |
| ------------------- | ----------------------------------------------------- |
| main implementation | [`abscab.f08`](abscab/abscab.f08) |
| unit tests | [`test_abscab.f08`](test/test_abscab.f08) |
| demo code | [`demo_abscab.f08`](test/demo_abscab.f08) |
| main implementation | [`abscab.f90`](abscab/abscab.f90) |
| unit tests | [`test_abscab.f90`](test/test_abscab.f90) |
| demo code | [`demo_abscab.f90`](test/demo_abscab.f90) |
| parallelized | :heavy_check_mark: (OpenMP) |

0 comments on commit ce3b991

Please sign in to comment.