Skip to content

Commit

Permalink
Update rpkt.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Oct 26, 2024
1 parent 5437188 commit 088070f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpkt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,7 @@ void calculate_expansion_opacities(const int modelgridindex) {
const auto sys_time_start_calc = std::time(nullptr);
const auto temperature = grid::get_TR(modelgridindex);

printout("calculating expansion opacities for cell %d...", modelgridindex);
printoutf("calculating expansion opacities for cell %d...", modelgridindex);

const auto t_mid = globals::timesteps[globals::timestep].mid;

Expand Down Expand Up @@ -1222,5 +1222,5 @@ void calculate_expansion_opacities(const int modelgridindex) {
expansionopacity_planck_cumulative[(nonemptymgi * expopac_nbins) + binindex] = kappa_planck_cumulative;
}
}
printout("took %ld seconds\n", std::time(nullptr) - sys_time_start_calc);
printoutf("took %ld seconds\n", std::time(nullptr) - sys_time_start_calc);
}

0 comments on commit 088070f

Please sign in to comment.