Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenFOAM-plus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Development
OpenFOAM-plus
Merge requests
!193
Updated/modified PtrList implementation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updated/modified PtrList implementation
feature-ptrlist
into
develop
Overview
0
Commits
1
Changes
15
Merged
Mark OLESEN
requested to merge
feature-ptrlist
into
develop
7 years ago
Overview
0
Commits
1
Changes
15
Expand
re-implement lowest-level with PtrListDetail to allow access to protected List methods
new PtrDynList class: for a dynamically resizable PtrList with memory management.
NO UPtrDynList since this is probably not needed and a plain
DynamicList<T*>
can also be used in a pinch.
Edited
7 years ago
by
Mark OLESEN
0
0
Merge request reports
Loading