From e7d3fb1d5d2a8b0bf5d6c9b104a9c3e4dfef2e43 Mon Sep 17 00:00:00 2001 From: adrien matta <matta@lpccaen.in2p3.fr> Date: Tue, 16 May 2017 17:15:46 +0200 Subject: [PATCH] * Adding missing linkdef fil --- NPLib/Core/NPDeltaSpectraLinkdef.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 NPLib/Core/NPDeltaSpectraLinkdef.h diff --git a/NPLib/Core/NPDeltaSpectraLinkdef.h b/NPLib/Core/NPDeltaSpectraLinkdef.h new file mode 100644 index 000000000..d2392df4a --- /dev/null +++ b/NPLib/Core/NPDeltaSpectraLinkdef.h @@ -0,0 +1,3 @@ +#ifdef __CINT__ +#pragma link C++ class NPL::DeltaSpectra+; +#endif -- GitLab