Skip to content

Commit 8f73d71

Browse files
committed
fix
1 parent 4199ba5 commit 8f73d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/trHeAnalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class Particle
150150
bethe.get(name, "resolution"); // Access the "resolution" parameter
151151

152152
betheParams.clear();
153-
for (int i = 0; i < nNumBetheParams; ++i) {
153+
for (int i = 0; i < NNumBetheParams; ++i) {
154154
betheParams.push_back(bethe.get(name, i));
155155
}
156156
}

0 commit comments

Comments
 (0)