summaryrefslogtreecommitdiff
path: root/sci-physics/fastjet-contrib/files/fastjet-contrib-1.049-musl.patch
blob: 880e145ba0600654eef15d1967cec41b1f16abb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/LundPlane/example_dpsi_slice.cc
+++ b/LundPlane/example_dpsi_slice.cc
@@ -124,7 +124,7 @@
 
   int index_of_max_kt_secondary = -1;
   double dpsi;
-  for (uint i_secondary=0; i_secondary<secondaries.size(); i_secondary++) {
+  for (unsigned int i_secondary=0; i_secondary<secondaries.size(); i_secondary++) {
     if (secondaries[i_secondary]->z() > z2_cut) {
 
       index_of_max_kt_secondary = i_secondary;