Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Oct 7, 2024
1 parent 6499849 commit ef1fbde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import neqsim.processsimulation.controllerdevice.ControllerDeviceBaseClass;

public class ControllerDeviceBaseClassTest {
static ControllerDeviceBaseClass c;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.Test;
import neqsim.processsimulation.processequipment.compressor.Compressor;
import neqsim.processsimulation.processequipment.heatExchanger.Cooler;
import neqsim.processsimulation.processequipment.heatExchanger.Heater;
import neqsim.processsimulation.processequipment.mixer.Mixer;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import neqsim.processsimulation.processequipment.stream.Stream;
import neqsim.processsimulation.processequipment.valve.ThrottlingValve;
import neqsim.processsimulation.processsystem.ProcessSystem;
import neqsim.processsimulation.util.report.Report;
import neqsim.thermo.system.SystemSrkEos;

public class ReportTest {
Expand Down

0 comments on commit ef1fbde

Please sign in to comment.