Skip to content
Snippets Groups Projects
Commit 1d35286f authored by nadolski's avatar nadolski
Browse files

correction type bug for bpm, hcorr, vcorr, qt lists

parent f9692eff
Branches
Tags
No related merge requests found
#define PLANES 2
#define BPM_MAX 120
typedef struct globvalrec {
double dPcommon, // dp for numerical differentiation
......@@ -55,10 +56,12 @@ typedef struct globvalrec {
emittances */
int RingType; // 1 if a ring (0 if transfer line)
Vector bpm_list;
Vector hcorr_list;
Vector vcorr_list;
Vector qt_list;
long bpm_list[BPM_MAX]; /* list of position for bpms into the lattice */
long hcorr_list[BPM_MAX]; /* list of position for horizontal correctors */
long vcorr_list[BPM_MAX]; /* list of position for vertical correctors */
long qt_list[BPM_MAX]; /* list of position for vertical correctors into the lattice */
} globvalrec;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment