Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LOFAR
Manage
Activity
Members
Labels
Plan
Issues
Wiki
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
RadioObservatory
LOFAR
Commits
cb1dc8cc
Commit
cb1dc8cc
authored
3 years ago
by
Jorrit Schaap
Browse files
Options
Downloads
Patches
Plain Diff
TMSS-1099
: fixed typo
parent
87fbebb1
No related branches found
No related tags found
2 merge requests
!634
WIP: COBALT commissioning delta
,
!609
TMSS-1099: Request only observation subtask using a filter
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
+1
-1
1 addition, 1 deletion
MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
with
1 addition
and
1 deletion
MAC/APL/MainCU/src/MACScheduler/MACScheduler.cc
+
1
−
1
View file @
cb1dc8cc
...
@@ -1150,7 +1150,7 @@ void MACScheduler::_updateFinishedList()
...
@@ -1150,7 +1150,7 @@ void MACScheduler::_updateFinishedList()
freeSpace
=
MAX_CONCURRENT_OBSERVATIONS
-
itsNrPlanned
-
itsNrActive
;
freeSpace
=
MAX_CONCURRENT_OBSERVATIONS
-
itsNrPlanned
-
itsNrActive
;
// get new list (list is/should_be ordered on starttime)
// get new list (list is/should_be ordered on starttime)
Json
::
Value
finishingSubTasks
=
itsTMSSconnection
->
getObservation
Finishing
SubTasks
();
Json
::
Value
finishingSubTasks
=
itsTMSSconnection
->
get
Finishing
ObservationSubTasks
();
if
(
finishingSubTasks
.
empty
())
{
if
(
finishingSubTasks
.
empty
())
{
LOG_DEBUG
(
"No finishing TMSS Observations"
);
LOG_DEBUG
(
"No finishing TMSS Observations"
);
// NOTE: do not exit routine on emptylist: we need to write an empty list to clear the DB
// NOTE: do not exit routine on emptylist: we need to write an empty list to clear the DB
...
...
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