Changeset 32 in TRACY3 for trunk/tracy/tracy/src/t2cell.cc


Ignore:
Timestamp:
Apr 9, 2014, 3:50:11 PM (10 years ago)
Author:
zhangj
Message:

active the transport of the twiss functions and orbits of the transfer line.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tracy/tracy/src/t2cell.cc

    r3 r32  
    798798     fixed point for the lattice with negative momentum compact factor. 
    799799      28/06/11   Correct the one turn map for the lattice with negative momentum compact factor, now the one turn map is
    800       tracked around the COD.
     800      tracked around the COD. By Jianfeng Zhang @ SOLEIL
    801801****************************************************************************/
    802802bool Cell_getCOD(long imax, double eps, double dP, long &lastpos)
    803803{
    804   long             j = 0, n = 0, n_iter = 0, h_RF = 0;
     804  long             j = 0L, n = 0L, n_iter = 0L, h_RF = 0L;
    805805  double           dxabs = 0.0;
    806806  iVector          jj;
     
    845845    }
    846846   
    847   n_iter = 0;
     847   
    848848  I.identity();
    849849 
Note: See TracChangeset for help on using the changeset viewer.