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
dumux-repositories
dumux
Commits
f525d23b
Commit
f525d23b
authored
Sep 06, 2021
by
Timo Koch
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
dc317ca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
dumux/material/eos/pengrobinson.hh
View file @
f525d23b
...
...
@@ -181,7 +181,7 @@ public:
// would get negative molar volumes for the liquid phase, we
// consider the liquid phase non-existant.)
// Note that invertCubicPolynomial sorts the roots in ascending order
if
(
numSol
>
1
&&
Z
[
0
]
<=
0
)
{
if
(
numSol
>
1
&&
Z
[
0
]
<=
0.
0
)
{
Z
[
0
]
=
Z
[
numSol
-
1
];
numSol
=
1
;
}
...
...
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