From 0cac15251dc61859b972ffd777f13fc432b5a066 Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Fri, 5 May 2017 14:31:04 +0200 Subject: [PATCH 1/2] Renaming applications to avoid problems on Mac OS (#362) This also follows the naming scheme recently been used for device applications aliceHLTWrapper -> AliceHLTWrapperDevice aliceHLTEventSampler -> AliceHLTEventSamplerDevice --- Utilities/aliceHLTwrapper/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utilities/aliceHLTwrapper/CMakeLists.txt b/Utilities/aliceHLTwrapper/CMakeLists.txt index 303886f8e17fe..64ce8cbd40a4e 100644 --- a/Utilities/aliceHLTwrapper/CMakeLists.txt +++ b/Utilities/aliceHLTwrapper/CMakeLists.txt @@ -21,8 +21,8 @@ set(BUCKET_NAME O2DeviceApplication_bucket) O2_GENERATE_LIBRARY() Set(Exe_Names - aliceHLTWrapper - aliceHLTEventSampler + AliceHLTWrapperDevice + AliceHLTEventSamplerDevice runComponent ) From 6e61e21eff8e62ff42d014180c368f3535919e0a Mon Sep 17 00:00:00 2001 From: Matthias Richter Date: Fri, 5 May 2017 14:44:52 +0200 Subject: [PATCH 2/2] correcting a typo in the doxygen file documentation --- Utilities/aliceHLTwrapper/src/aliceHLTWrapper.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Utilities/aliceHLTwrapper/src/aliceHLTWrapper.cxx b/Utilities/aliceHLTwrapper/src/aliceHLTWrapper.cxx index c34fd7a60bfce..10fdcd2466cae 100644 --- a/Utilities/aliceHLTwrapper/src/aliceHLTWrapper.cxx +++ b/Utilities/aliceHLTwrapper/src/aliceHLTWrapper.cxx @@ -1,8 +1,8 @@ //**************************************************************************** //* This file is free software: you can redistribute it and/or modify * //* it under the terms of the GNU General Public License as published by * -//* the Free Software Foundation, either version 3 of the License, or * -//* (at your option) any later version. * +//* the Free Software Foundation, either version 3 of the License, or * +//* (at your option) any later version. * //* * //* Primary Authors: Matthias Richter * //* * @@ -10,7 +10,7 @@ //* any purpose. It is provided "as is" without express or implied warranty. * //**************************************************************************** -// @file aliHLTWrapper.cxx +// @file aliceHLTWrapper.cxx // @author Matthias Richter // @since 2014-05-07 // @brief FairRoot/ALFA device running ALICE HLT code