From 8b060f9de2af4f95dee35eb53f06d183d3c1b90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renata=20Kopecn=C3=A1?= Date: Tue, 8 Mar 2022 12:50:13 +0100 Subject: [PATCH] Update 'Comparison tool' --- Comparison-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Comparison-tool.md b/Comparison-tool.md index 750e94e..6a0846d 100644 --- a/Comparison-tool.md +++ b/Comparison-tool.md @@ -30,7 +30,7 @@ The paths for the input files are taken from the selection code in `getPathForPy ## Prerequisities -First, we need to compile [[`getPathForPython.cc`||getPathForPython]] Before the first use, make sure the include of `Paths.hpp` has the correct path! The compilation is done using +First, we need to compile [[getPathForPython.cc||getPathForPython]] Before the first use, make sure the include of `Paths.hpp` has the correct path! The compilation is done using ``` cd Code/Selection/ComparisonTool g++ getPathForPython.cc `root-config --libs --cflags` -o getPathForPython