Skip to content

Commit

Permalink
fix: I want to say a curse word to spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
bruberu committed Jul 9, 2024
1 parent 554ddb5 commit 2d7ad90
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,6 @@ public double makeCoolantFlow(int flowRate) {
double idealHeatFlux = heatFluxPerAreaAndTemp * 4 * reactorDepth *
(temperature - cooledTemperature);


// Don't cut off cooling when it turns off
if (realMaxPower() != this.getDecayHeat() && realMaxPower() != 0) {
idealHeatFlux = Math.min(idealHeatFlux, realMaxPower() * 1e6 / coolantChannels.size());
Expand Down

0 comments on commit 2d7ad90

Please sign in to comment.