From c1be9fa1058de1b156224e0cbb836fc34d23af50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Wed, 9 Feb 2022 19:49:07 +0100 Subject: [PATCH] Update 'FCNC Fitter' --- FCNC-Fitter.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/FCNC-Fitter.md b/FCNC-Fitter.md index 1620cdf..d448ee5 100644 --- a/FCNC-Fitter.md +++ b/FCNC-Fitter.md @@ -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.