Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
amdis
amdis-core
Merge requests
!37
Changed raw pointer to shared_ptr in DOFVector and DOFMatrix
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Praetorius, Simon
requested to merge
feature/dofvector_basis_constructor
into
master
Apr 27, 2019
Overview
0
Commits
2
Changes
18
Expand
Always store a
shared_ptr
of the GlobalBasis instead of a reference or raw pointer.
Merge request reports