Skip to content

GRAMRLevel: Try adding missing AmrLevel::post_timestep() #170

GRAMRLevel: Try adding missing AmrLevel::post_timestep()

GRAMRLevel: Try adding missing AmrLevel::post_timestep() #170

Workflow file for this run

name: Style
on: [push]
jobs:
format:
name: clang-format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: '.'
extensions: 'hpp,cpp'
clangFormatVersion: 16