Skip to content

Changed the method of obtaining bounding boxes for interior actors. #55

Changed the method of obtaining bounding boxes for interior actors.

Changed the method of obtaining bounding boxes for interior actors. #55

Workflow file for this run

name: analysis
on: [push]
jobs:
cppcheck:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
enable : warning, style, performance, portability, information
inconclusive : disable
inline_suppression: enable
output_file:
std: c++17