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
MatlabOperation
Commits
f0e21d10
Commit
f0e21d10
authored
Nov 02, 2018
by
Simone Liuzzo
Browse files
added sext, octu indexes for EBS simulator
parent
cffaecb1
Changes
1
Show whitespace changes
Inline
Side-by-side
@RingControl/InitEbsSimulator.m
View file @
f0e21d10
...
...
@@ -94,6 +94,9 @@ qpind = mod.get(0,'qp');
qf8dind
=
mod
.
get
(
0
,
'qf8d'
);
obj
.
indQuad
=
sort
([
qpind
;
qf8dind
(
1
:
50
:
end
)])
'
;
obj
.
indSext
=
mod
.
get
(
0
,
'sx'
);
obj
.
indOctu
=
mod
.
get
(
0
,
'oc'
);
obj
.
rmodel
=
ring
;
...
...
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