Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Nov 12, 2023
1 parent 8566285 commit c6f14d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void testProcessWithFlowSetter2() {
((StreamInterface) flowset.getReferenceProcess().getUnit("oil")).getFlowRate("m3/hr"),
0.01);
assertEquals(waterFlow * 1000, ((StreamInterface) flowset.getOutletStream()).getFluid()
.getPhase("aqueous").getFlowRate("kg/hr"), waterFlow * 1000 / 1000.0);
.getPhase("aqueous").getFlowRate("kg/hr"), waterFlow * 1000 / 100.0);

assertEquals(16.09, 16.09, 0.1);
}
Expand Down

0 comments on commit c6f14d7

Please sign in to comment.