Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekryjak committed May 28, 2024
1 parent 2027118 commit c095e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/neutral_mixed.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ void NeutralMixed::finally(const Options& state) {
}

// The factor here is likely 3/2 as this is pure energy flow, but needs checking.
energy_flow_xlow *= 3/2;
energy_flow_ylow *= 3/2;
conduction_flow_xlow *= 3/2;
conduction_flow_ylow *= 3/2;

Sp = pressure_source;
if (localstate.isSet("energy_source")) {
Expand Down

0 comments on commit c095e43

Please sign in to comment.