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
e65af0c3
Commit
e65af0c3
authored
8 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
11ify: private -> delete; include -> forward class declaratin
parent
ec3e2e2a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Fit/Parameters/FitParameterLinked.h
+3
-5
3 additions, 5 deletions
Fit/Parameters/FitParameterLinked.h
with
3 additions
and
5 deletions
Fit/Parameters/FitParameterLinked.h
+
3
−
5
View file @
e65af0c3
...
@@ -32,6 +32,8 @@ class BA_CORE_API_ FitParameterLinked : public FitParameter
...
@@ -32,6 +32,8 @@ class BA_CORE_API_ FitParameterLinked : public FitParameter
FitParameterLinked
();
FitParameterLinked
();
FitParameterLinked
(
const
std
::
string
&
name
,
double
value
,
double
step
,
FitParameterLinked
(
const
std
::
string
&
name
,
double
value
,
double
step
,
const
AttLimits
&
attlim
=
AttLimits
::
limitless
(),
double
error
=
0.0
);
const
AttLimits
&
attlim
=
AttLimits
::
limitless
(),
double
error
=
0.0
);
FitParameterLinked
(
const
FitParameterLinked
&
)
=
delete
;
FitParameterLinked
&
operator
=
(
const
FitParameterLinked
&
)
=
delete
;
virtual
~
FitParameterLinked
();
virtual
~
FitParameterLinked
();
//! Sets given value for all bound parameters
//! Sets given value for all bound parameters
...
@@ -48,15 +50,11 @@ class BA_CORE_API_ FitParameterLinked : public FitParameter
...
@@ -48,15 +50,11 @@ class BA_CORE_API_ FitParameterLinked : public FitParameter
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
ostr
,
const
FitParameterLinked
&
m
)
{
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
ostr
,
const
FitParameterLinked
&
m
)
{
m
.
print
(
ostr
);
return
ostr
;
}
m
.
print
(
ostr
);
return
ostr
;
}
pr
otec
te
d
:
pr
iva
te
:
//! Prints class
//! Prints class
void
print
(
std
::
ostream
&
ostr
)
const
;
void
print
(
std
::
ostream
&
ostr
)
const
;
std
::
vector
<
RealParameterWrapper
*>
m_pool_parameters
;
//! collection of parameters from parameter pools
std
::
vector
<
RealParameterWrapper
*>
m_pool_parameters
;
//! collection of parameters from parameter pools
private
:
FitParameterLinked
(
const
FitParameterLinked
&
);
FitParameterLinked
&
operator
=
(
const
FitParameterLinked
&
);
};
};
#endif // FITPARAMETERLINKED_H
#endif // FITPARAMETERLINKED_H
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