From bcd3bb9adf7c71ee19a47479cf2f5f0fc35991a5 Mon Sep 17 00:00:00 2001 From: nadolski <nadolski@9a6e40ed-f3a0-4838-9b4a-bf418f78e88d> Date: Thu, 4 Jul 2013 15:38:40 +0000 Subject: [PATCH] 4th order radia kick map shunted --- tracy/tracy/src/t2lat.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tracy/tracy/src/t2lat.cc b/tracy/tracy/src/t2lat.cc index 8175b9f..3c89575 100644 --- a/tracy/tracy/src/t2lat.cc +++ b/tracy/tracy/src/t2lat.cc @@ -7,9 +7,9 @@ L. Nadolski SOLEIL 2002 Link to NAFF, Radia field maps J. Bengtsson NSLS-II, BNL 2004 - */ -/* Current revision $Revision: 1.21 $ +/* Current revision $Revision: 1.22 $ On branch $Name: not supported by cvs2svn $ - Latest change $Date: 2013-06-30 05:12:34 $ by $Author: nadolski $ + Latest change $Date: 2013-07-04 15:38:40 $ by $Author: nadolski $ */ @@ -3312,7 +3312,8 @@ static bool Lat_DealElement(FILE **fi_, FILE **fo_, long *cc_, long *ll_, WITH1->Pkind = Insertion; Insertion_Alloc(&WITH->ElemF); WITH5 = WITH1->ID; - WITH5->Pmethod = k2; + /*WITH5->Pmethod = k2;*/ // 2013-07-03 waiting debugging + WITH5->Pmethod = 2; WITH5->PN = k1; WITH5->scaling1 = scaling1; WITH5->scaling2 = scaling2; -- GitLab