Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil committed Dec 22, 2023
1 parent 046b38c commit 8220575
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public double getGamma(PhaseInterface phase, int numberOfComponents, double temp
lngamma = lngammaResidual + lngammaCombinational;

if (Double.isNaN(lngamma)) {
logger.warn("gamma NaN......");
logger.error("gamma NaN......");
lngamma = 0.0;
gamma = 1.0;
dlngammadt = 0;
Expand Down

0 comments on commit 8220575

Please sign in to comment.