Skip to content

Commit e67795d

Browse files
committed
bugfix: readHeader in ustsuw2root
1 parent 54afc20 commit e67795d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mctools/fluka/ustsuw2root.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def readHeader(self, filename):
6767
""" Reads the file header info
6868
Based on Data.Usrbdx
6969
"""
70-
f = super().readHeader(self, filename)
70+
f = super().readHeader(filename)
7171
# self.sayHeader()
7272

7373
while True:

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,6 @@
136136
# 2024-10-04 9 41 17 12 13 13
137137
# 2024-10-16 9 44 17 12 13 13
138138
# 2024-10-29 9 45 17 12 14 13
139+
# 2025-01-11 8 47 17 12 14 13
140+
# 2025-03-05 8 47 17 12 14 13
141+
# 2025-03-05 7 47 17 12 14 13

0 commit comments

Comments
 (0)