Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
schaapcommon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ResearchAndDevelopment
schaapcommon
Commits
da697b81
Commit
da697b81
authored
6 months ago
by
Nimalan Mahadevan
Browse files
Options
Downloads
Patches
Plain Diff
DHR-77
: Fix minor typo
parent
d5cd5a66
No related branches found
Branches containing commit
No related tags found
1 merge request
!159
DHR-77: Fix minor typo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/schaapcommon/reordering/msselection.h
+2
-2
2 additions, 2 deletions
include/schaapcommon/reordering/msselection.h
with
2 additions
and
2 deletions
include/schaapcommon/reordering/msselection.h
+
2
−
2
View file @
da697b81
...
...
@@ -108,10 +108,10 @@ class MSSelection {
}
void
SetMinUVWInM
(
double
min_uvw
)
{
min_uvw_in_m_
=
min_uvw
;
}
void
SetMaxUVWInM
(
double
max_uvw
)
{
max_uvw_in_m_
=
max_uvw
;
}
void
SetEvenOr
k
OddTimesteps
(
EvenOddSelection
even_or_odd
)
{
void
SetEvenOrOddTimesteps
(
EvenOddSelection
even_or_odd
)
{
even_odd_selection_
=
even_or_odd
;
}
EvenOddSelection
EvenOr
k
OddTimesteps
()
const
{
return
even_odd_selection_
;
}
EvenOddSelection
EvenOrOddTimesteps
()
const
{
return
even_odd_selection_
;
}
void
Serialize
(
aocommon
::
SerialOStream
&
stream
)
const
;
void
Unserialize
(
aocommon
::
SerialIStream
&
stream
);
...
...
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