diff --git a/tracy/tracy/src/t2lat.cc b/tracy/tracy/src/t2lat.cc index 8175b9f1fb5ac13320cb471cb28a77a2ea48b67e..3c89575ddb7a08b779ee3b62ff5f9d17a2f5c1f8 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;