Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
3060d2a0
Commit
3060d2a0
authored
Mar 30, 2010
by
Andrew Heather
Browse files
BUG: Corrected erroneous string replacements (option)
parent
6adf0cbc
Changes
7
Hide whitespace changes
Inline
Side-by-side
src/meshTools/sets/cellSources/faceToCell/faceToCell.C
View file @
3060d2a0
...
...
@@ -178,7 +178,7 @@ Foam::faceToCell::faceToCell
:
topoSetSource
(
mesh
),
setName_
(
setName
),
option_
(
(
at
your
option
)
option_
(
option
)
{}
...
...
src/meshTools/sets/cellSources/faceZoneToCell/faceZoneToCell.C
View file @
3060d2a0
...
...
@@ -120,7 +120,7 @@ Foam::faceZoneToCell::faceZoneToCell
:
topoSetSource
(
mesh
),
zoneName_
(
zoneName
),
option_
(
(
at
your
option
)
option_
(
option
)
{}
...
...
src/meshTools/sets/cellSources/pointToCell/pointToCell.C
View file @
3060d2a0
...
...
@@ -104,7 +104,7 @@ Foam::pointToCell::pointToCell
:
topoSetSource
(
mesh
),
setName_
(
setName
),
option_
(
(
at
your
option
)
option_
(
option
)
{}
...
...
src/meshTools/sets/faceSources/cellToFace/cellToFace.C
View file @
3060d2a0
...
...
@@ -170,7 +170,7 @@ Foam::cellToFace::cellToFace
:
topoSetSource
(
mesh
),
setName_
(
setName
),
option_
(
(
at
your
option
)
option_
(
option
)
{}
...
...
src/meshTools/sets/faceSources/pointToFace/pointToFace.C
View file @
3060d2a0
...
...
@@ -153,7 +153,7 @@ Foam::pointToFace::pointToFace
:
topoSetSource
(
mesh
),
setName_
(
setName
),
option_
(
(
at
your
option
)
option_
(
option
)
{}
...
...
src/meshTools/sets/pointSources/cellToPoint/cellToPoint.C
View file @
3060d2a0
...
...
@@ -104,7 +104,7 @@ Foam::cellToPoint::cellToPoint
:
topoSetSource
(
mesh
),
setName_
(
setName
),
option_
(
(
at
your
option
)
option_
(
option
)
{}
...
...
src/meshTools/sets/pointSources/faceToPoint/faceToPoint.C
View file @
3060d2a0
...
...
@@ -97,7 +97,7 @@ Foam::faceToPoint::faceToPoint
:
topoSetSource
(
mesh
),
setName_
(
setName
),
option_
(
(
at
your
option
)
option_
(
option
)
{}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment