Ignore:
Timestamp:
Dec 6, 2013, 5:12:43 PM (10 years ago)
Author:
zhangj
Message:

Clean version of Tracy: SoleilVersion at the end of 2011.Use this clean version to find the correct dipole fringe field to have the correct FMAP and FMAPDP of ThomX. Modified files: tpsa_lin.cc, soleillib.cc, prtmfile.cc, rdmfile.cc, read_script.cc, physlib.cc, tracy.cc, t2lat.cc, t2elem.cc, naffutils.cc in /tracy/tracy/src folder; naffutils.h, tracy_global.h, physlib.h, tracy.h, read_script.h, solielilib.h, t2elem.h in /tracy/tracy.inc folder; soltracy.cc in tracy/tools folder

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/tracy3-3.10.1b/tracy/tracy/inc/tpsa_lin.h

    r3 r23  
    7575void dacos(const tps_buf &x, tps_buf &z);
    7676
    77 void datan(const tps_buf &x, tps_buf &z);
    78 
    79 void dactan(const tps_buf &x, tps_buf &z);
    80 
    8177void dasinh(const tps_buf &x, tps_buf &z);
    8278
    8379void dacosh(const tps_buf &x, tps_buf &z);
    8480
    85 void daarcsin(const tps_buf &x, tps_buf &z);
    86 
    87 void daarccos(const tps_buf &x, tps_buf &z);
     81void datan(const tps_buf &x, tps_buf &z);
    8882
    8983void daarctan(const tps_buf &x, tps_buf &z);
    90 
    91 void daarcctan(const tps_buf &x, tps_buf &z);
    9284
    9385void dafun_(const char *fun, const tps_buf &x, tps_buf &z);
Note: See TracChangeset for help on using the changeset viewer.