mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: autoLayerDriver: typo in comment
This commit is contained in:
@ -833,7 +833,7 @@ Foam::autoLayerDriver::makeLayerDisplacementField
|
|||||||
|
|
||||||
forAll(numLayers, patchI)
|
forAll(numLayers, patchI)
|
||||||
{
|
{
|
||||||
// 0 layers: do not allow lslip so fixedValue 0
|
// 0 layers: do not allow slip so fixedValue 0
|
||||||
// >0 layers: fixedValue which gets adapted
|
// >0 layers: fixedValue which gets adapted
|
||||||
if (numLayers[patchI] >= 0)
|
if (numLayers[patchI] >= 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user