rolanddenis
rolanddenis
When compiling `testLinearStructure` using Boost version `1.63.0` or `1.64.0`, it fails with the following message: ```bash New Block [testing 3d operators] [dec | primal 0-cells dual 3-cells (2) | primal...
`VoxelComplex` publicly inheritates from `CombicalComplex` but the later class is not designed for this: its destructor should be `virtual` so that to guarantee that a `VoxelComplex` object is correctly destroyed...
It's a bit confusing but the time needed by `testVoxelComplex` seems to have increased since the PR #1369 :sweat_smile: With GNU 5.5 and Boost 1.63 in **Release** mode, it increases...
It seems that the `FindMagick.cmake` script is designed to find GraphicsMagick but not ImageMagick. Even the error message (when not found) is about the missing GraphicsMagick headers. For example, with...
Since #1086, there are two cellular grid space models: - an unbounded space model `KhalimskyPreSpaceND` that allow unrestricted access to cell coordinates, - and a bounded space model `KhalimskySpaceND` that...
- [x] I have installed [pre-commit](https://pre-commit.com/) locally and use it to validate my commits. - [x] The PR title follows the [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) convention. Available tags: 'build', 'chore', 'ci', 'docs',...