Skip to content

Changed timestepping to be one indexed so initial condition is not ov… #97

Changed timestepping to be one indexed so initial condition is not ov…

Changed timestepping to be one indexed so initial condition is not ov… #97

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: swm make
run: |
cd swm_c
mkdir build
cd build
cmake ..