Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Goul-tard authored Dec 26, 2024
1 parent e6b91ca commit a87e3e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The physics is coded in C++, with Python as user interface for easy and fast usa
- [x] Code and test Geometry class.
- [x] Cell
- [x] Lattice.
- [ ] Code and test angular quadrature
- [x] Code and test angular quadrature
- [x] Gauss-Legendre
- [ ] Code and test Solver module.
- [ ] Compute and update fission source.
Expand Down Expand Up @@ -49,7 +49,7 @@ The physics is coded in C++, with Python as user interface for easy and fast usa
- [x] Setup clang-tidy.
- [x] Fix how to launch clang-tidy locally and on action.
- [x] Move bindings elsewhere
- [ ] Doc style (eg doxygen) and the way to generate it automatically.
- [x] Doc style (eg doxygen) and the way to generate it automatically.
- [ ] Choose how to handle asserts: thow user errors at runtime and assert internal error on debug build
- [ ] Add a Logger (spdlog, or nanolog or fmtlog) and std::format.
- [ ] Add a timer.
Expand Down

0 comments on commit a87e3e0

Please sign in to comment.