STYLE: inconsistent field naming for hexRef8Data

This commit is contained in:
Mark Olesen
2018-03-27 11:46:47 +02:00
parent e0d075ff89
commit 2c3befe090

View File

@ -292,7 +292,7 @@ void Foam::hexRef8Data::sync(const IOobject& io)
new uniformDimensionedScalarField new uniformDimensionedScalarField
( (
rio, rio,
dimensionedScalar("zero", dimLength, masterLen) dimensionedScalar(rio.name(), dimLength, masterLen)
) )
); );
} }