Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NomadGUI
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor 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
Instrument Control
NomadGUI
Commits
170e059c
Commit
170e059c
authored
1 year ago
by
helene ortiz
Browse files
Options
Downloads
Plain Diff
Merge branch 'v5' of
https://code.ill.fr/instrument-control/nomad-gui.git
into v5
parents
5351a73d
58f03da9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+1
-1
1 addition, 1 deletion
ChangeLog
src/main/java/fr/ill/ics/client/control/command/AbstractCommandZone.java
+1
-1
1 addition, 1 deletion
...r/ill/ics/client/control/command/AbstractCommandZone.java
with
2 additions
and
2 deletions
ChangeLog
+
1
−
1
View file @
170e059c
4.3.4 dd/mm/yyyy
-----
* Class NewFileHelper deleted.
* Changed visibility of method loadSetPoints in class AbstractCommandZone from protected to public.
4.3.3 15/02/2024
-----
...
...
This diff is collapsed.
Click to expand it.
src/main/java/fr/ill/ics/client/control/command/AbstractCommandZone.java
+
1
−
1
View file @
170e059c
...
...
@@ -232,7 +232,7 @@ public abstract class AbstractCommandZone {
}
p
rotected
final
void
loadSetPoints
(
CommandBox
commandBox
,
List
<
SetPointDescriptor
>
setPoints
)
{
p
ublic
final
void
loadSetPoints
(
CommandBox
commandBox
,
List
<
SetPointDescriptor
>
setPoints
)
{
// Added for ParameterizableScan1D
commandBox
.
getControllerCommandPlugin
().
beginLoadSetPoints
();
...
...
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