diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bab81c321..3dd33843b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,12 +18,12 @@ jobs: - name: Clone uses: actions/checkout@v4 - name: Check formatting - uses: DoozyX/clang-format-lint-action@v0.16.2 + uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: './Source ./Exec' exclude: '.' extensions: 'H,h,cpp' - clangFormatVersion: 16 + clangFormatVersion: 18 CPU-GNUmake: needs: Formatting runs-on: ubuntu-latest diff --git a/Source/LES.cpp b/Source/LES.cpp index 4199b158d..b900a1ee6 100644 --- a/Source/LES.cpp +++ b/Source/LES.cpp @@ -326,7 +326,7 @@ PeleC::getSmagorinskyLESTerm( reflux_factor, LESTerm, dt, mfi, typ, {AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])}); } // End of MFIter scope - } // End of OMP scope + } // End of OMP scope #endif } @@ -711,7 +711,7 @@ PeleC::getWALELESTerm( reflux_factor, LESTerm, dt, mfi, typ, {AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])}); } // End of MFIter scope - } // End of OMP scope + } // End of OMP scope #endif } @@ -817,6 +817,6 @@ PeleC::getVremanLESTerm( reflux_factor, LESTerm, dt, mfi, typ, {AMREX_D_DECL(&flux_ec[0], &flux_ec[1], &flux_ec[2])}); } // End of MFIter scope - } // End of OMP scope + } // End of OMP scope #endif }