From 936e0fe9484535c1c36f1cb4b9b98ba18393faff Mon Sep 17 00:00:00 2001 From: matta adrien <matta@lpccaen.in2p3.fr> Date: Mon, 7 Nov 2016 10:11:47 +0100 Subject: [PATCH] * Fixing ShowResults in gapsard benchmark - include of Reaction.h instead of NPReaction.h --- Benchmarks/gaspard/ShowResults.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Benchmarks/gaspard/ShowResults.C b/Benchmarks/gaspard/ShowResults.C index 5e1a291b9..08343a04b 100644 --- a/Benchmarks/gaspard/ShowResults.C +++ b/Benchmarks/gaspard/ShowResults.C @@ -48,7 +48,7 @@ using namespace std; // nptool headers #include "TInitialConditions.h" #include "TInteractionCoordinates.h" -#include "Reaction.h" +#include "NPReaction.h" using namespace NPL; TCanvas* canvas1; -- GitLab