Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLRF controller server
Manage
Activity
Members
Labels
Plan
Redmine
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
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MSK-SW
Low-Level Radio Frequency
LLRF Controller
LLRF controller server
Merge requests
!77
fix: ubsan complaint, fixed by removal of unused code
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix: ubsan complaint, fixed by removal of unused code
mhier/fixes
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Martin Christoph Hierholzer
requested to merge
mhier/fixes
into
master
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
95db08be
1 commit,
6 months ago
3 files
+
2
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
include/OutputVectorCorrection/ClosedLoopAlgos.h
+
1
−
1
Options
@@ -62,7 +62,7 @@ namespace OutputVectorCorrection {
void
compute
();
}
rotation
{
this
,
"Rotation"
,
"Configuration for phase rotation correction"
};
struct
RatioAlgo
:
ClosedLoopSubAlgo
<
SubAlgo
>
,
RatioAlgoBase
<
RatioAlgo
>
{
struct
RatioAlgo
:
ClosedLoopSubAlgo
<
SubAlgo
>
{
using
ClosedLoopSubAlgo
::
ClosedLoopSubAlgo
;
OutputVectorCorrection
::
AveragingWindow
awFilling
{
Loading