Skip to content

Commit

Permalink
Update update_grid.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jpollin98 committed May 4, 2024
1 parent 6ea08b8 commit ebbaaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update_grid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1147,8 +1147,8 @@ void update_grid(FILE *estimators_file, const int nts, const int nts_prev, const
#pragma omp for schedule(dynamic)
#endif

if constexpr (DETAILED_BF_ESTIMATORS_ON) {
if (!(nts == globals::timestep_initial && titer == 0)) {
if (!(nts == globals::timestep_initial && titer == 0)) {
if constexpr (DETAILED_BF_ESTIMATORS_ON) {
for (int mgi = 0; mgi < grid::get_npts_model(); mgi++) {
const auto nonemptymgi = grid::get_modelcell_nonemptymgi(mgi);
if (!(globals::lte_iteration || grid::modelgrid[mgi].thick == 1)) {
Expand Down

0 comments on commit ebbaaac

Please sign in to comment.