[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:04563] Re: Small bug in HTS Engine v1.10


Sorry, 
The _expression_,  (is_msd[j] != is_msd[j])  , it alway false.
I type wrong

2017-11-05 11:39 GMT+07:00 Quang Bui Tan <langmaninternet@xxxxxxxxx>:
Dear all

I found small bug in HTS Engine v1.10

In file HTS_model.c, line 1168 :  if (is_msd[j] != is_msd[j])         <<< alway true !!!

and i think it should be :   if (is_msd[j] != temp_is_msd[j])

Thx all


Follow-Ups
[hts-users:04564] Re: Small bug in HTS Engine v1.10, Keiichiro Oura
References
[hts-users:04562] Small bug in HTS Engine v1.10, Quang Bui Tan