Skip to content
GitLab
Explore
Sign in
Register
AST-1555
Use std::unique_ptr in H5Parm::sol_tabs_
Code
Review changes
Check out branch
Download
Patches
Plain diff
Maik Nijhuis
requested to merge
ast-1555-h5cache-unique-ptr
into
master
May 24, 2024
Overview
6
Commits
2
Pipelines
2
Changes
2
Expand
Replace a std::shared_ptr by std::unique_ptr, since H5Parm is the only owner of the objects.
Merge request reports
Loading