Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanschilling committed Feb 28, 2023
1 parent c8c16b3 commit ac25627
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 @@ -28,7 +28,7 @@ This is the Fortran implementation of [ABSCAB](https://github.com/jonathanschill

| description | link to file |
| ------------------- | ----------------------------------------------------- |
| main implementation | [`abscab.f08`](src/main/fortran/abscab.f08) |
| unit tests | [`test_abscab.f08`](src/test/fortran/test_abscab.f08) |
| demo code | [`demo_abscab.f08`](src/test/fortran/demo_abscab.f08) |
| 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) |
| parallelized | :heavy_check_mark: (OpenMP) |

0 comments on commit ac25627

Please sign in to comment.