Skip to content

Commit

Permalink
Remove whitespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
skang67 committed Dec 10, 2024
1 parent ef5e58b commit 35ae8ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/TimeIntegration/ERF_TI_no_substep_fun.H
Original file line number Diff line number Diff line change
Expand Up @@ -149,15 +149,15 @@
#endif
});
}
} // mfi
} // mfi
#ifdef ERF_USE_EB
// // call to redistribute_term -- pass in ssum[IntVars::cons] which is MF
// MultiFab dUdt_tmp (ba, dm, n_data, 3, MFInfo(), Factory(level));
// dUdt_tmp.setVal(0.);
// dUdt_tmp.FillBoundary(fine_geom.periodicity());
// dUdt_tmp.FillBoundary(fine_geom.periodicity());
// const BCRec* bc_ptr_h = domain_bcs_type.data(); // Should be host or device or both?
// redistribute_term ( level, F_slow[IntVars::cons], dUdt_tmp,
// S_sum[IntVars::cons], bc_ptr_h, slow_dt);
// S_sum[IntVars::cons], bc_ptr_h, slow_dt);
#endif
} // omp

Expand Down

0 comments on commit 35ae8ba

Please sign in to comment.