Changeset 19 in TRACY3 for trunk


Ignore:
Timestamp:
Dec 6, 2013, 3:06:28 PM (10 years ago)
Author:
zhangj
Message:

A big mark for Tracy, the Tracy after this version will be used to test the correct dipole fringe field which is built in 2012

File:
1 edited

Legend:

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

    r11 r19  
    976976            x[x_] += u * x0[px_];
    977977            x[y_] += u * x0[py_];
     978         //   x[px_]+= 0.5*u/x0[x_]*(x0[px_]*x0[px_]+x0[py_]*x0[py_]);
    978979            x[ct_] += u*(sqr(x0[px_])+sqr(x0[py_]))/(2.0*(1.0+x0[delta_]));
    979980           
Note: See TracChangeset for help on using the changeset viewer.