1
0
Fork 0

RAFT auto-timing warnings

This commit is contained in:
Kaveh Vahedipour 2016-10-31 11:19:38 +01:00
parent a820bb3661
commit a538ace158
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ bool Inception::estimateRAFTInterval() {
}
if (! _ping.empty()) {
if (! _pings.empty()) {
double sum, mean = 0., sq_sum, stdev = 0., mx = 0., mn = 0.;