Compiler warning: direction
This commit is contained in:
parent
52c914b353
commit
d2c7a11028
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ void Foam::tecplotWriter::getTecplotNames
|
|||
varNames += " ";
|
||||
}
|
||||
|
||||
label nCmpts = pTraits<Type>::nComponents;
|
||||
direction nCmpts = pTraits<Type>::nComponents;
|
||||
|
||||
if (nCmpts == 1)
|
||||
{
|
||||
|
|
Reference in a new issue