/primitives/triad: Initialize array to avoid warning from icpc

This commit is contained in:
Henry Weller
2016-08-18 11:22:15 +01:00
parent 98ba05e02e
commit 3744137dc5

View File

@ -199,7 +199,7 @@ void Foam::triad::operator+=(const triad& t2)
if (set() && t2.set())
{
direction correspondance[3];
direction correspondance[3]{0, 0, 0};
short signd[3];
for (direction i=0; i<3; i++)