mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Corrected erroneous string replacements (option)
This commit is contained in:
@ -178,7 +178,7 @@ Foam::faceToCell::faceToCell
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
setName_(setName),
|
||||
option_((at your option)
|
||||
option_(option)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -120,7 +120,7 @@ Foam::faceZoneToCell::faceZoneToCell
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
zoneName_(zoneName),
|
||||
option_((at your option)
|
||||
option_(option)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -104,7 +104,7 @@ Foam::pointToCell::pointToCell
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
setName_(setName),
|
||||
option_((at your option)
|
||||
option_(option)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -170,7 +170,7 @@ Foam::cellToFace::cellToFace
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
setName_(setName),
|
||||
option_((at your option)
|
||||
option_(option)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -153,7 +153,7 @@ Foam::pointToFace::pointToFace
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
setName_(setName),
|
||||
option_((at your option)
|
||||
option_(option)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -104,7 +104,7 @@ Foam::cellToPoint::cellToPoint
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
setName_(setName),
|
||||
option_((at your option)
|
||||
option_(option)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -97,7 +97,7 @@ Foam::faceToPoint::faceToPoint
|
||||
:
|
||||
topoSetSource(mesh),
|
||||
setName_(setName),
|
||||
option_((at your option)
|
||||
option_(option)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user