Skip to content

Commit

Permalink
fixed parameter misuseg
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Jan 30, 2025
1 parent 7a0f82e commit 8cae2e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ impl RESLumpedThermal {
- self.state.temperature.get::<si::degree_celsius>())
* uc::KELVIN_INT;
self.state.pwr_thrml_hvac_to_res = pwr_thrml_hvac_to_res;
self.state.pwr_thrml_from_amb = self.conductance_to_cab
self.state.pwr_thrml_from_amb = self.conductance_to_amb
* (te_amb.get::<si::degree_celsius>()
- self.state.temperature.get::<si::degree_celsius>())
* uc::KELVIN_INT;
Expand Down

0 comments on commit 8cae2e1

Please sign in to comment.