Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
85ace749
Commit
85ace749
authored
Jun 24, 2008
by
h.weller@opencfd.co.uk
Committed by
graham
Jun 24, 2008
Browse files
Removed unnecessary check.
parent
141e0d43
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/fvMatrices/solvers/MULES/MULESTemplates.C
View file @
85ace749
...
...
@@ -411,9 +411,6 @@ void Foam::MULES::limiter
{
label
pfCelli
=
pFaceCells
[
pFacei
];
psiMaxn
[
pfCelli
]
=
max
(
psiMaxn
[
pfCelli
],
psiPf
[
pFacei
]);
psiMinn
[
pfCelli
]
=
min
(
psiMinn
[
pfCelli
],
psiPf
[
pFacei
]);
psiMaxn
[
pfCelli
]
=
max
(
psiMaxn
[
pfCelli
],
psiPNf
[
pFacei
]);
psiMinn
[
pfCelli
]
=
min
(
psiMinn
[
pfCelli
],
psiPNf
[
pFacei
]);
}
...
...
Write
Preview
Markdown
is supported
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