Skip to content
Snippets Groups Projects
Commit 25fe5622 authored by zhang's avatar zhang
Browse files

1) Add feature to read virtual source of coupling for soleil lattice

parent 77f952fc
No related branches found
No related tags found
No related merge requests found
...@@ -161,9 +161,11 @@ strcpy(_EnergyTuneShift_nudp_file,"nudp.out"); ...@@ -161,9 +161,11 @@ strcpy(_EnergyTuneShift_nudp_file,"nudp.out");
}; };
/***** file names************/ /***** file names************/
//files with multipole errors //files with multipole errors; for soleil lattice
extern char fic_hcorr[max_str],fic_vcorr[max_str], fic_skew[max_str]; extern char fic_hcorr[max_str],fic_vcorr[max_str], fic_skew[max_str];
extern char multipole_file[max_str]; extern char multipole_file[max_str];
//file of source of coupling; for soleil lattice
extern char virtualskewquad_file[max_str];
extern char track_file[max_str]; extern char track_file[max_str];
extern char twiss_file[max_str]; extern char twiss_file[max_str];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment