From c0d11ee74304e19056611c26b97b00d1438fcd98 Mon Sep 17 00:00:00 2001 From: cgilet Date: Mon, 2 Oct 2023 15:33:23 -0400 Subject: [PATCH] Comment InitialProjection before InitialRedist. Doing this breaks regtests. Still doing InitialProjection after InitialRedist. --- src/incflo.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/incflo.cpp b/src/incflo.cpp index 82e07217..02e45ddf 100644 --- a/src/incflo.cpp +++ b/src/incflo.cpp @@ -63,13 +63,13 @@ void incflo::InitData () // with MakeNewLevelFromScratch. InitFromScratch(m_cur_time); -// FIXME - do we want to keep both initial projections? -#ifdef AMREX_USE_EB - amrex::Print() << "Doing initial projection before initial redistribution " << std::endl; -#endif - if (m_do_initial_proj) { - InitialProjection(); - } +// FIXME - do we want to keep both initial projections? Keeping this extra projection will break regtests +// #ifdef AMREX_USE_EB +// amrex::Print() << "Doing initial projection before initial redistribution " << std::endl; +// if (m_do_initial_proj) { +// InitialProjection(); +// } +// #endif #ifdef AMREX_USE_EB if (!EBFactory(0).isAllRegular()) {