Skip to content

Commit abcf1b8

Browse files
committed
Fixing typos
1 parent 8bad371 commit abcf1b8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ This repository aims to improve Fortran best practices within UCL and the wider
2626
| Trove | Jan 2021 | Aug 2021 | | [#404](https://github.com/UCL-ARC/research-software-opportunities/issues/404) | | |
2727
| Zacros | Jan 2021 | Sep 2022 | | [#349](https://github.com/UCL-ARC/research-software-opportunities/issues/349) & older | CMake, CTest | |
2828

29-
30-
## Src code
29+
## src code
3130

3231
There are two src codes within this repository [mesh_generator](./src/mesh_generator/) and [poisson](./src/poisson/). These are designed to work together.
33-
- `mesh_generator` generates a basic square 2D traiangular mesh (see [mesh_generator.f90](./src/mesh_generator/mesh_generator.f90) for more details).
32+
- `mesh_generator` generates a basic square 2D triangular mesh (see [mesh_generator.f90](./src/mesh_generator/mesh_generator.f90) for more details).
3433
- `poisson` is a solver which finds the solution of the steady-state heat conduction equation represented by the Poisson equation over a 2D traingular mesh (see [poisson.f90](./src/poisson/poisson.f90) for more details).
3534

36-
## Build
35+
## Building
3736

3837
We are utilising cmake (see [CMakeLists.txt](./CMakeLists.txt)) for our build system. Therefore, to build this repository, please run the following
3938
```sh

0 commit comments

Comments
 (0)