Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LiberaSparkSRBPM
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Accelerators
BeamDiagnostics
BeamPosition
LiberaSparkSRBPM
Commits
db491f36
Commit
db491f36
authored
Aug 20, 2019
by
Jean-Luc Pons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved polynomial properties to free property
parent
56387966
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
LiberaSparkSRBPM.cpp
LiberaSparkSRBPM.cpp
+1
-1
No files found.
LiberaSparkSRBPM.cpp
View file @
db491f36
...
...
@@ -3734,7 +3734,7 @@ void LiberaSparkSRBPM::LoadPolynomial() {
db_data
.
push_back
(
Tango
::
DbDatum
(
vBpmSetName
));
db_data
.
push_back
(
Tango
::
DbDatum
(
qBpmSetName
));
db_data
.
push_back
(
Tango
::
DbDatum
(
sBpmSetName
));
db
->
get_
class_property
(
"LiberaSparkSRBPM
"
,
db_data
);
db
->
get_
property
(
"SRBPM_Polynomials
"
,
db_data
);
if
(
db_data
[
0
].
is_empty
())
{
Tango
::
Except
::
throw_exception
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment