Skip to content

Commit c0e26ac

Browse files
committed
fix
1 parent e3bab46 commit c0e26ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Exec/unit_tests/diffusion_test/Prob.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ void Castro::problem_post_simulation(Vector<std::unique_ptr<AmrLevel> >& amr_lev
3030
#ifdef TRUE_SDC
3131
// if we are fourth-order, we need to convert to averages
3232
if (sdc_order == 4) {
33+
auto domain_lo = castro.geom.Domain().loVect3d();
34+
auto domain_hi = castro.geom.Domain().hiVect3d();
35+
3336
FArrayBox tmp;
3437

3538
for (MFIter mfi(*analytic); mfi.isValid(); ++mfi) {

0 commit comments

Comments
 (0)