Skip to content

Commit

Permalink
Fix markdown problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgirard committed Dec 13, 2024
1 parent 0dfaf0a commit 599f139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `src/` folder contains all the code necessary to build a gyrokinetic semi-La
- [interpolation](./interpolation/README.md) - Code describing interpolation methods.
- [io](./io/README.md) - Code describing tools for inputting and outputting data in a simulation.
- [mapping](./mapping/README.md) - Code describing tools for handling different coordinate systems.
- [math_tools](./math_tools/README.md) - Code describing math tools functions.
- [math\_tools](./math_tools/README.md) - Code describing math tools functions.
- [multipatch](./multipatch/README.md) - Code describing multipatch geometry.
<!-- - [paraconfpp](./paraconfpp/README.md) - Paraconf utility functions. -->
- [mpi\_parallelisation](./mpi_parallelisation/README.md) - Code describing the MPI parallelisation.
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is broken up into the following sub-folders:
- geometryVparMu - Tests in the vpar-mu geometry.
- geometryXVx - Tests in the x-vx geometry.
- geometryXYVxVy - Tests in the x,y-vx,vy geometry.
- math_tools - Test for mathematical functions.
- math\_tools - Test for mathematical functions.
- MPI parallelism - Tests for the templated MPI operators.
- [multipatch](./multipatch/README.md) - Tests for the classes that work over multipatch geometries.
- PDE solvers - Tests for the templated Partial Differential Equation solvers.
Expand Down

0 comments on commit 599f139

Please sign in to comment.