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
36dd86f8
Commit
36dd86f8
authored
May 11, 2021
by
HenningScheufler
Committed by
Kutalmış Berçin
Jun 18, 2021
Browse files
STYLE: PDRFOAM End of Program was inconsistent with other applications
parent
a9f55f06
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/PDRFoam/PDRFoam.C
View file @
36dd86f8
...
...
@@ -160,7 +160,7 @@ int main(int argc, char *argv[])
runTime
.
printExecutionTime
(
Info
);
}
Info
<<
"
\n
e
nd
\n
"
;
Info
<<
"
E
nd
\n
"
;
return
0
;
}
...
...
applications/solvers/combustion/PDRFoam/PDRFoamAutoRefine.C
View file @
36dd86f8
...
...
@@ -207,7 +207,7 @@ int main(int argc, char *argv[])
runTime
.
printExecutionTime
(
Info
);
}
Info
<<
"
\n
e
nd
\n
"
;
Info
<<
"
E
nd
\n
"
;
return
0
;
}
...
...
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