Skip to content

Commit

Permalink
Merge branch 'fix-impurity-rad-sign' into sheath-diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekryjak committed Aug 7, 2024
2 parents 92fd8f1 + 8309852 commit 61f27b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fixed_fraction_radiation.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ struct FixedFractionRadiation : public Component {
AUTO_TRACE();

if (diagnose) {
set_with_attrs(state[std::string("R") + name], radiation,
set_with_attrs(state[std::string("R") + name], -radiation,
{{"time_dimension", "t"},
{"units", "W / m^3"},
{"conversion", SI::qe * Tnorm * Nnorm * FreqNorm},
Expand Down

0 comments on commit 61f27b0

Please sign in to comment.