Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OpenVolumeMesh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVolumeMesh
OpenVolumeMesh
Commits
052f43d2
Commit
052f43d2
authored
2 years ago
by
Martin Heistermann
Browse files
Options
Downloads
Patches
Plain Diff
v3.1.1: bugfix for ovmb eigen property encoders
parent
87b62b0f
Branches
Branches containing commit
Tags
v3.1.1
Tags containing commit
No related merge requests found
Pipeline
#21582
passed
2 years ago
Stage: test
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
with
6 additions
and
1 deletion
CHANGELOG
+
5
−
0
View file @
052f43d2
Version 3.1.1 (2022-07-29):
- Fix OVMB property codec names for Eigen float matrices (was "d" instead of "f").
Files that were saved with float matrices are unfortunately unreadable and need to be manually fixed.
Version 3.1.0 (2022-06-28):
- Features:
- Implement mesh copy assignment
...
...
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
1
−
1
View file @
052f43d2
...
...
@@ -3,7 +3,7 @@ cmake_policy(VERSION 3.12.0)
project
(
OpenVolumeMesh
VERSION 3.1.
0
VERSION 3.1.
1
LANGUAGES CXX
HOMEPAGE_URL https://openvolumemesh.org/
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment