Skip to content

VIS-7230 - limit endless loop in LaplacianMeshSmoother; correctly transfer MaxDegreeOfParallelism argument through code tree #160

VIS-7230 - limit endless loop in LaplacianMeshSmoother; correctly transfer MaxDegreeOfParallelism argument through code tree

VIS-7230 - limit endless loop in LaplacianMeshSmoother; correctly transfer MaxDegreeOfParallelism argument through code tree #160

Workflow file for this run

name: Pull requests routine
on:
push:
branches:
- softsmile
pull_request:
branches:
- softsmile
jobs:
build_geometry3Sharp:
name: "Test geometry3sharp"
runs-on: ubuntu-20.04
steps:
- name: Check out repository code
uses: actions/checkout@v2
- name: Setup dotnet
uses: actions/[email protected]
with:
dotnet-version: 6.0.400
- run: dotnet test ./test/geometry3sharp.Tests.csproj