Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BeamDynamics
matutil
Commits
89cdb514
Commit
89cdb514
authored
Aug 24, 2018
by
Simone Liuzzo
Browse files
fixed proble with format of text
parent
c515c66c
Changes
1
Hide whitespace changes
Inline
Side-by-side
qem/qempaneldisp.m
View file @
89cdb514
...
...
@@ -47,7 +47,7 @@ if (isfield(handles,'compare') && handles.compare) || ...
mess
=
[
mess
;
' '
;[
'orbit residual = '
num2str
(
residual
)];
...
[
'H disp. residual = '
num2str
(
hdispresidual
)];
...
[];
...
[
num2str
(
length
(
qemres
.
wrongbpms
))
' bpms not used: '
num2str
(
qemres
.
wrongbpms
,
' '
)]];
[
num2str
(
length
(
qemres
.
wrongbpms
))
' bpms not used: '
num2str
(
qemres
.
wrongbpms
,
'
%d
'
)]];
qemplotresp
(
4
,
diffh
,
diffv
,
'deviation'
);
end
end
...
...
Write
Preview
Supports
Markdown
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