Update 'FCNC Fitter'

Renata Kopecná 2022-02-09 19:49:07 +01:00
parent 5e216a98be
commit c1be9fa105

@ -18,7 +18,13 @@ bash cmake.sh
Or just run the code using the [[amazing python tool for running the code|Running the FCNC fitter]], it will take care of the compilation automatically.
# Creating necessary folders
There is a neat bash script for that, just run
```
bash makefolders.sh
```
# spdlog
Spdlog is a fast logging library. It is made for C++ and consists only of headers. Spdlog is used in FCNCfitter now, as the previous version only used two levels of verbosity (verbose and super verbose) using basic prints. To run the current version of the FCNC fitter it is required to be installed.