Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Open VDS
Merge requests
!578
Fix uninitialized field in DataBlock structure / Default booleans to false when parsing VDSObject
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Morten Ofstad
requested to merge
feature/morten.ofstad/BugFixes
into
master
Mar 14, 2022
Overview
0
Commits
2
Pipelines
2
Changes
2
Fix uninitialized field in DataBlock structure created by ToDataBlock() function.
Make sure we default booleans that are not present in the VDSObject to false by introducing a TranslateBoolean helper function in VDSObjectParser.