Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Howarth committed Jan 24, 2025
1 parent 3c05ff7 commit b98adb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/PeleLMeX_Init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,8 +360,8 @@ PeleLM::initLevelData(int lev)
bx, [=, m_incompressible = m_incompressible,
m_nAux = m_nAux] AMREX_GPU_DEVICE(int i, int j, int k) noexcept {
pelelmex_initdata(
i, j, k, m_incompressible, state_arr, aux_arr, geomdata,
*lprobparm, lpmfdata);
i, j, k, m_incompressible, state_arr, aux_arr, geomdata, *lprobparm,
lpmfdata);
});
}

Expand Down

0 comments on commit b98adb2

Please sign in to comment.