Skip to content

Commit

Permalink
Update ratecoeff.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Sep 1, 2024
1 parent e477541 commit 8268560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ratecoeff.cc
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ void write_ratecoeff_dat() {
const int bflutindex = get_bflutindex(iter, element, ion, level, phixstargetindex);

fprintf(ratecoeff_file, "%la %la %la %la\n", spontrecombcoeffs[bflutindex], bfcooling_coeffs[bflutindex],
!USE_LUT_PHOTOION ? -1 : corrphotoioncoeffs[bflutindex],
!USE_LUT_BFHEATING ? -1 : globals::bfheating_coeff[bflutindex]);
USE_LUT_PHOTOION ? corrphotoioncoeffs[bflutindex] : -1,
USE_LUT_BFHEATING ? globals::bfheating_coeff[bflutindex] : -1);
}
}
}
Expand Down

0 comments on commit 8268560

Please sign in to comment.