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
6f47073d
Commit
6f47073d
authored
Mar 24, 2011
by
andy
Browse files
ENH: Removed unnecessary ()'s
parent
ecca911e
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/compressible/rhoPimpleFoam/pEqn.H
View file @
6f47073d
...
...
@@ -37,11 +37,9 @@ if (transonic)
(
p
.
select
(
(
finalIter
&&
corr
==
nCorr
-
1
&&
nonOrth
==
nNonOrthCorr
)
finalIter
&&
corr
==
nCorr
-
1
&&
nonOrth
==
nNonOrthCorr
)
)
);
...
...
@@ -77,11 +75,9 @@ else
(
p
.
select
(
(
finalIter
&&
corr
==
nCorr
-
1
&&
nonOrth
==
nNonOrthCorr
)
finalIter
&&
corr
==
nCorr
-
1
&&
nonOrth
==
nNonOrthCorr
)
)
);
...
...
applications/solvers/incompressible/pimpleFoam/pEqn.H
View file @
6f47073d
...
...
@@ -27,11 +27,9 @@ for (int nonOrth=0; nonOrth<=nNonOrthCorr; nonOrth++)
(
p
.
select
(
(
finalIter
&&
corr
==
nCorr
-
1
&&
nonOrth
==
nNonOrthCorr
)
finalIter
&&
corr
==
nCorr
-
1
&&
nonOrth
==
nNonOrthCorr
)
)
);
...
...
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