some casts for the `master' branch
This commit is contained in:
parent
9ec92f1526
commit
5dd63904b5
|
|
@ -916,7 +916,7 @@ void nghash_distribution(NGHASHPTR hashtable)
|
|||
if( this_count > 0 ){
|
||||
nzero_cnt++ ;
|
||||
}
|
||||
diff = (double)this_count - avg ;
|
||||
diff = (double) this_count - avg ;
|
||||
diff2 = diff * diff ;
|
||||
sum2 += diff2 ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue