From 25fe56225d1905cf5efdd2ce499b81508651b090 Mon Sep 17 00:00:00 2001
From: zhang <zhang@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d>
Date: Thu, 22 Dec 2011 13:03:48 +0000
Subject: [PATCH] 1) Add feature to read virtual source of coupling for soleil
 lattice

---
 tracy/tracy/inc/read_script.h | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/tracy/tracy/inc/read_script.h b/tracy/tracy/inc/read_script.h
index 4757871..ffdb8dc 100644
--- a/tracy/tracy/inc/read_script.h
+++ b/tracy/tracy/inc/read_script.h
@@ -161,10 +161,12 @@ strcpy(_EnergyTuneShift_nudp_file,"nudp.out");
  };
 
 /***** 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 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 twiss_file[max_str];
  extern char cod_file[max_str];
-- 
GitLab