Update 'FCNC Fitter'

Renata Kopecná 2022-02-04 09:06:21 +01:00
parent 7ebcdc885c
commit a2ee183fc6

@ -40,6 +40,16 @@ set(SPDLOG_INCLUDE_DIR "$/yourPath/spdlog/include/")
set(SPDLOG_INCLUDE_DIR_TWO "/yourPath/spdlog/include/spdlog/") set(SPDLOG_INCLUDE_DIR_TWO "/yourPath/spdlog/include/spdlog/")
``` ```
## Output
There are possible 6 levels of verbosity
* 0) Trace
* 1) Debug
* 2) Info
* 3) Warning
* 4) Error
* 5) Critical
## File structure ## File structure
Currently, the file structure is as follows. All the `.cc` source files also have their corresponding header with the same `name.hh`. Currently, the file structure is as follows. All the `.cc` source files also have their corresponding header with the same `name.hh`.