Compiler warning: direction

This commit is contained in:
Hrvoje Jasak 2013-06-27 13:05:03 +01:00
parent 52c914b353
commit d2c7a11028

View file

@ -148,7 +148,7 @@ void Foam::tecplotWriter::getTecplotNames
varNames += " ";
}
label nCmpts = pTraits<Type>::nComponents;
direction nCmpts = pTraits<Type>::nComponents;
if (nCmpts == 1)
{