Skip to content

Commit a19accf

Browse files
committed
fix: PDHists unirec filling of store index
1 parent 80d92fa commit a19accf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

process/pdhists.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ struct RecordExtPDHISTS : public RecordExt {
186186
ur_array_set(tmplt, record, F_D_PDHISTS_INTF, i, dist_hist_intf[1][i]);
187187
ur_array_set(tmplt, record, F_B_PDHISTS_INTF, i, dist_hist_intf[2][i]);
188188

189-
ur_array_set(tmplt, record, F_S_PDHISTS_INTF, i, dist_hist_store[0][i]);
190-
ur_array_set(tmplt, record, F_D_PDHISTS_INTF, i, dist_hist_store[1][i]);
191-
ur_array_set(tmplt, record, F_B_PDHISTS_INTF, i, dist_hist_store[2][i]);
189+
ur_array_set(tmplt, record, F_S_PDHISTS_STORE, i, dist_hist_store[0][i]);
190+
ur_array_set(tmplt, record, F_D_PDHISTS_STORE, i, dist_hist_store[1][i]);
191+
ur_array_set(tmplt, record, F_B_PDHISTS_STORE, i, dist_hist_store[2][i]);
192192
}
193193

194194
ur_array_allocate(tmplt, record, F_S_PTHISTS, HISTOGRAM_IPT_SIZE);

0 commit comments

Comments
 (0)