mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: inconsistent field naming for hexRef8Data
This commit is contained in:
@ -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)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user