Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Merge requests
!1059
rm sone unused code
Code
Änderungen prüfen
Branch auschecken
Herunterladen
Patches
Unformatierter Diff
Merged
rm sone unused code
covclean
into
main
Overview
0
Commits
5
Pipelines
2
Changes
2
Merged
Wuttke, Joachim
requested to merge
covclean
into
main
2 years ago
Overview
0
Commits
5
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Viewing commit
0e4cb073
Prev
Next
Show latest version
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
0e4cb073
UNUSED notes
· 0e4cb073
Wuttke, Joachim
authored
2 years ago
Param/Node/INode.h
+
1
−
1
Options
@@ -49,7 +49,7 @@ public:
//! Returns all children.
virtual
std
::
vector
<
const
INode
*>
nodeChildren
()
const
;
//! Returns all descendants.
//! Returns all descendants.
// TODO sep22: rm if it remains UNUSED
std
::
vector
<
const
INode
*>
nodeOffspring
()
const
;
static
void
requestGt0
(
std
::
vector
<
std
::
string
>&
errs
,
const
double
&
val
,
Loading