libDtHelp: Cov 174697

This commit is contained in:
Peter Howkins 2018-08-11 00:53:10 +01:00
parent a895cc3e9c
commit 258a7e3803
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ convertBoxTotalRec total, part1, part2;
convertBoxCountRec count;
convertBoxRec slice;
convertBoxRec *pBox = &BoxTable[box];
double temp, ssq1, ssq2;
double temp, ssq1 = 0.0f, ssq2;
int axis, plane, rgb, n;
if ( CountBox( pBox, Ftable, &count ) ) {