Skip to content

Commit

Permalink
Merge pull request #2227 from AllenInstitute/bugfix/2227-fix_DCR_no_TTL
Browse files Browse the repository at this point in the history
DCR: Initalise s.TTLList wave with zero elements in case no TTL channels are on
  • Loading branch information
t-b authored Aug 13, 2024
2 parents ff882ff + e04734e commit d8f6166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Packages/MIES/MIES_DataConfiguratonRecreation.ipf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ static Function DCR_RecreateDataConfigurationResultFromLNB_TTL(STRUCT DataConfig
s.numTTLEntries = DimSize(s.TTLList, ROWS)
else
s.numTTLEntries = 0
Make/FREE/N=(0) s.TTLList
endif
else
s.numTTLEntries = 0
Expand Down

0 comments on commit d8f6166

Please sign in to comment.