Skip to content

Commit 4c09934

Browse files
author
Mark Ruzindana
committed
Put subband index in the status buffer!
1 parent e7fc0cd commit 4c09934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hpguppi_stride_input_thread.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ static void *run(hashpipe_thread_args_t * args)
221221
// -------------------------------------------------------------- //
222222
// Write index of subband to status buffer
223223
// -------------------------------------------------------------- //
224-
//hputi4(st.buf, "SUBBAND", s);
224+
hputi4(st.buf, "SUBBAND", s);
225225

226226
// -------------------------------------------------------------- //
227227
// At the beginning of a file so set end_of_scan == 0

0 commit comments

Comments
 (0)