BUG: Incorrect assignment

This commit is contained in:
laurence
2013-04-11 21:00:32 +01:00
parent 4af889f860
commit f52327c4e3

View File

@ -169,7 +169,7 @@ triadField calcVertexCoordSys
if (mag(normal) < SMALL)
{
pointCoordSys[meshPointMap[pI]] = triad::unset[0];
pointCoordSys[meshPointMap[pI]] = triad::unset;
continue;
}