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
Commits
8998e97d
Commit
8998e97d
authored
4 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
INode: new member variables get 'm_' prefix
parent
875c3189
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Core/Parametrization/INode.h
+6
-6
6 additions, 6 deletions
Core/Parametrization/INode.h
auto/Wrap/doxygen_core.i
+1
-18
1 addition, 18 deletions
auto/Wrap/doxygen_core.i
with
7 additions
and
24 deletions
Core/Parametrization/INode.h
+
6
−
6
View file @
8998e97d
...
...
@@ -54,12 +54,12 @@ public:
ParameterPool
*
createParameterTree
()
const
;
protected
:
std
::
vector
<
double
>
P
;
const
std
::
vector
<
double
>
PMin
;
const
std
::
vector
<
double
>
PMax
;
const
std
::
vector
<
double
>
PDefault
;
const
std
::
vector
<
const
char
*>
PName
;
const
std
::
vector
<
const
char
*>
PUnit
;
std
::
vector
<
double
>
m_
P
;
const
std
::
vector
<
double
>
m_
PMin
;
const
std
::
vector
<
double
>
m_
PMax
;
const
std
::
vector
<
double
>
m_
PDefault
;
const
std
::
vector
<
const
char
*>
m_
PName
;
const
std
::
vector
<
const
char
*>
m_
PUnit
;
private
:
const
INode
*
m_parent
;
...
...
This diff is collapsed.
Click to expand it.
auto/Wrap/doxygen_core.i
+
1
−
18
View file @
8998e97d
...
...
@@ -17238,7 +17238,7 @@ C++ includes: ZLimits.h
// File: namespace_0d611.xml
// File: namespace_0d63
3
.xml
// File: namespace_0d63
2
.xml
// File: namespace_0d96.xml
...
...
@@ -20376,23 +20376,6 @@ Generate vertices of centered ellipse with given semi-axes at height z.
// File: FileSystemUtils_8h.xml
// File: fp__exception__glibc__extension_8h.xml
%feature("docstring") fegetexcept "int fegetexcept(void)
License: Public Domain
David N. Williams
";
%feature("docstring") feenableexcept "int feenableexcept(unsigned int excepts)
";
%feature("docstring") fedisableexcept "int fedisableexcept(unsigned int excepts)
";
%feature("docstring") fhdl "void fhdl(int sig, siginfo_t *sip, ucontext_t *scp)
";
// File: Integrator_8cpp.xml
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment