Changeset 32 in TRACY3 for trunk/tracy/tracy/src/physlib.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/physlib.cc

    r11 r32  
    263263
    264264/****************************************************************************/
    265 /* void printglob2file(void)
    266 
    267  Purpose:
    268  Print global variables on screen
    269  Print tunes and chromaticities
    270  Print Oneturn matrix
     265/* void printglob2file(const char fic[])
     266
     267 Purpose:
     268 Print global variables,
     269       tunes and chromaticities, and
     270       Oneturn matrix,
     271       to an external file.
    271272
    272273 Input:
     
    615616void TraceABN(long i0, long i1, const Vector2 &alpha, const Vector2 &beta,
    616617        const Vector2 &eta, const Vector2 &etap, const double dP) {
    617     long i, j;
    618     double sb;
     618    long i=0, j=0;
     619    double sb=0.0;
    619620    ss_vect<tps> Ascr;
    620621
Note: See TracChangeset for help on using the changeset viewer.