Revision 8b899bc1abd7a5a7b7f2584ebe4faa8306042a4a authored by Thomas Fischer on 14 June 2021, 14:56:32 UTC, committed by Thomas Fischer on 18 June 2021, 09:20:16 UTC
- don't modify the bounding box in SurfaceGrid
- access the minimal / maximal point of the AABB
  via public interface functions.
- Using auto for minimal / maximal point to
  get independent from the point type.
1 parent a2f719b
Raw File
.gitignore
*.bak*
/build*/
*.sw[op]
tags
.ExternalData_*

# CLion IDE project files
*.iml
.idea

# Visual Studio Code project files
.vscode

# Conan package manager
conanbuildinfo.cmake
conaninfo.txt
CMakeLists.txt.user*

*.pyc
.venv

Tests/**/*.md5
Tests/Data/Parabolic/HT/InvalidProjectFiles/*.prj
web/.netlify

CMakeUserPresets.json

.snakemake
back to top