From a87e3e02884b3cf849261b25fd82263bf08c7cd1 Mon Sep 17 00:00:00 2001 From: Arthur Le Bars <77685440+Goul-tard@users.noreply.github.com> Date: Thu, 26 Dec 2024 18:04:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98319b6..d6482e9 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.