Skip to content
GitLab
Menu
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
21b28377
Commit
21b28377
authored
Apr 15, 2010
by
mattijs
Browse files
STYLE: new time structure
parent
5080bd32
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/incompressible/adjointShapeOptimizationFoam/adjointShapeOptimizationFoam.C
View file @
21b28377
...
...
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
Info
<<
"
\n
Starting time loop
\n
"
<<
endl
;
for
(
runTime
++
;
!
runTime
.
end
();
runTime
++
)
while
(
runTime
.
loop
()
)
{
Info
<<
"Time = "
<<
runTime
.
timeName
()
<<
nl
<<
endl
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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