From: Takenori Y. <tak...@us...> - 2017-01-14 08:05:55
|
Update of /cvsroot/sp-tk/SPTK4/src In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10993 Modified Files: lpc.cc Log Message: fix a bug Index: lpc.cc =================================================================== RCS file: /cvsroot/sp-tk/SPTK4/src/lpc.cc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** lpc.cc 13 Jan 2017 03:21:09 -0000 1.5 --- lpc.cc 14 Jan 2017 08:05:53 -0000 1.6 *************** *** 223,227 **** bool is_stable(false); if (!recursion.Run(autocorrelation_sequence, ! &linear_predictive_coefficients, &buffer, &is_stable)) { std::ostringstream error_message; error_message << "Failed to solve an autocorrelation normal equation"; --- 223,227 ---- bool is_stable(false); if (!recursion.Run(autocorrelation_sequence, ! &linear_predictive_coefficients, &is_stable, &buffer)) { std::ostringstream error_message; error_message << "Failed to solve an autocorrelation normal equation"; |