Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Oct 17, 2024
1 parent 572e28d commit beb024f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RNTuple/Writing/TFileWriter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ function schema_to_field_column_records(table)
column_records = UnROOT.ColumnRecord[]

for (input_T, input_name) in zip(input_Ts, input_names)
add_field_column_record!(field_records, column_records, input_T, input_name, parent_field_id=length(field_records), col_field_id=length(column_records))
add_field_column_record!(field_records, column_records, input_T, input_name, parent_field_id=length(field_records))
end
return field_records, column_records
end
Expand Down

0 comments on commit beb024f

Please sign in to comment.