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 a8bd65a commit d9311cfCopy full SHA for d9311cf
src/higher-level/bap-hl.c
@@ -855,6 +855,7 @@ double sum_r = 0, sum_v = 0;
855
// information
856
if (l3->inf != NULL){
857
if ((sum_c / n) < 0.01) l3->inf[_INF_QAI_][p] |= (short)(1 << _QAI_BIT_CLD_);
858
+ if ((sum_h / n) < 0.01) l3->inf[_INF_QAI_][p] |= (short)(1 << _QAI_BIT_SHD_);
859
l3->inf[_INF_NUM_][p] = n;
860
for (b=2; b<_INF_LENGTH_; b++) l3->inf[b][p] = nodata;
861
}
0 commit comments