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
34038022
Commit
34038022
authored
Oct 28, 2008
by
mattijs
Browse files
region option
parent
b5ee8b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/manipulation/setSet/setSet.C
View file @
34038022
...
...
@@ -714,9 +714,11 @@ commandStatus parseAction(const word& actionName)
int
main
(
int
argc
,
char
*
argv
[])
{
# include "addRegionOption.H"
# include "addTimeOptions.H"
argList
::
validOptions
.
insert
(
"noVTK"
,
""
);
argList
::
validOptions
.
insert
(
"batch"
,
"file"
);
# include "addTimeOptions.H"
# include "setRootCase.H"
# include "createTime.H"
...
...
@@ -730,7 +732,7 @@ int main(int argc, char *argv[])
runTime
.
setTime
(
Times
[
startTime
],
startTime
);
# include "createPolyMesh.H"
# include "create
Named
PolyMesh.H"
// Print some mesh info
printMesh
(
runTime
,
mesh
);
...
...
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