BUG: Corrected erroneous string replacements (option)

This commit is contained in:
andy 2010-03-30 11:43:28 +01:00
parent 6adf0cbca8
commit 3060d2a048
7 changed files with 7 additions and 7 deletions

View File

@ -178,7 +178,7 @@ Foam::faceToCell::faceToCell
:
topoSetSource(mesh),
setName_(setName),
option_((at your option)
option_(option)
{}

View File

@ -120,7 +120,7 @@ Foam::faceZoneToCell::faceZoneToCell
:
topoSetSource(mesh),
zoneName_(zoneName),
option_((at your option)
option_(option)
{}

View File

@ -104,7 +104,7 @@ Foam::pointToCell::pointToCell
:
topoSetSource(mesh),
setName_(setName),
option_((at your option)
option_(option)
{}

View File

@ -170,7 +170,7 @@ Foam::cellToFace::cellToFace
:
topoSetSource(mesh),
setName_(setName),
option_((at your option)
option_(option)
{}

View File

@ -153,7 +153,7 @@ Foam::pointToFace::pointToFace
:
topoSetSource(mesh),
setName_(setName),
option_((at your option)
option_(option)
{}

View File

@ -104,7 +104,7 @@ Foam::cellToPoint::cellToPoint
:
topoSetSource(mesh),
setName_(setName),
option_((at your option)
option_(option)
{}

View File

@ -97,7 +97,7 @@ Foam::faceToPoint::faceToPoint
:
topoSetSource(mesh),
setName_(setName),
option_((at your option)
option_(option)
{}