BUG: Corrected erroneous string replacements (option)
This commit is contained in:
parent
6adf0cbca8
commit
3060d2a048
@ -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)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user