Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Dec 1, 2024
1 parent c734be6 commit b192069
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public void stabilityAnalysis() throws neqsim.util.exception.IsNaNException,
x[j][i] = clonedSystem.getPhase(j).getComponent(i).getx();
}
// System.out.println("tm " + tm[j]);
if (tm[j] < -1e-4 && error[j] < 1e-4) {
if (tm[j] < -1e-4 && error[j] < 1e-6) {
break;
} else {
tm[j] = 1.0;
Expand Down

0 comments on commit b192069

Please sign in to comment.