STYLE: inconsistent field naming for hexRef8Data
This commit is contained in:
@ -292,7 +292,7 @@ void Foam::hexRef8Data::sync(const IOobject& io)
|
||||
new uniformDimensionedScalarField
|
||||
(
|
||||
rio,
|
||||
dimensionedScalar("zero", dimLength, masterLen)
|
||||
dimensionedScalar(rio.name(), dimLength, masterLen)
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user