We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d92fa commit a19accfCopy full SHA for a19accf
process/pdhists.hpp
@@ -186,9 +186,9 @@ struct RecordExtPDHISTS : public RecordExt {
186
ur_array_set(tmplt, record, F_D_PDHISTS_INTF, i, dist_hist_intf[1][i]);
187
ur_array_set(tmplt, record, F_B_PDHISTS_INTF, i, dist_hist_intf[2][i]);
188
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]);
+ ur_array_set(tmplt, record, F_S_PDHISTS_STORE, i, dist_hist_store[0][i]);
+ ur_array_set(tmplt, record, F_D_PDHISTS_STORE, i, dist_hist_store[1][i]);
+ ur_array_set(tmplt, record, F_B_PDHISTS_STORE, i, dist_hist_store[2][i]);
192
}
193
194
ur_array_allocate(tmplt, record, F_S_PTHISTS, HISTOGRAM_IPT_SIZE);
0 commit comments