From 122bfed5e48066b7b738d476a2163e4e8cdc82d3 Mon Sep 17 00:00:00 2001 From: Zuzanna Chochulska <87480906+zchochul@users.noreply.github.com> Date: Wed, 12 Apr 2023 10:43:28 +0200 Subject: [PATCH] Delete string.patch --- string.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 string.patch diff --git a/string.patch b/string.patch deleted file mode 100644 index 88f0c7f..0000000 --- a/string.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/PWGCF/FemtoDream/FemtoDreamTrackSelection.h b/PWGCF/FemtoDream/FemtoDreamTrackSelection.h -index 38b70b7..d37bb14 100644 ---- a/PWGCF/FemtoDream/FemtoDreamTrackSelection.h -+++ b/PWGCF/FemtoDream/FemtoDreamTrackSelection.h -@@ -160,7 +160,8 @@ class FemtoDreamTrackSelection : public FemtoDreamObjectSelection(prefix) + static_cast(mSelectionNames[index])}; -+ std::string comp = static_cast(prefix) + static_cast(mSelectionNames[index]); -+ std::string_view cmp{comp}; - if (obs.compare(cmp) == 0) - return index; - }