Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeoModel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
GeoModelDev
GeoModel
Merge requests
!290
GeoMaterial - Remove GeoElement ref memory leak
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GeoMaterial - Remove GeoElement ref memory leak
MemoryLeakMaterial
into
main
Overview
1
Commits
4
Pipelines
4
Changes
2
All threads resolved!
Hide all comments
Merged
Johannes Junggeburth
requested to merge
MemoryLeakMaterial
into
main
1 year ago
Overview
1
Commits
4
Pipelines
4
Changes
2
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
main
version 2
76b25fe7
1 year ago
version 1
52942c2e
1 year ago
main (base)
and
latest version
latest version
11bd198e
4 commits,
1 year ago
version 2
76b25fe7
3 commits,
1 year ago
version 1
52942c2e
2 commits,
1 year ago
2 files
+
6
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
GeoModelCore/GeoModelKernel/GeoModelKernel/GeoMaterial.h
+
1
−
2
Options
@@ -120,9 +120,8 @@ class GeoMaterial : public RCBase
std
::
vector
<
GeoIntrusivePtr
<
const
GeoElement
>>
m_elements
;
// A static used to assign unique identifiers to new materials.
static
unsigned
int
s_lastID
;
static
std
::
atomic
<
unsigned
int
>
s_lastID
;
static
const
double
s_ionizationPotential
[
93
];
};
inline
const
std
::
string
&
GeoMaterial
::
getName
()
const
Loading