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/src/prtmfile.cc

    r11 r23  
    153153
    154154 Purpose:
    155  Print out flatfile;
    156  print the lattice parameters in an external file.
     155 Print out flatfile
    157156
    158157 Input:
     
    182181            Cell[i].dS[Y_], Cell[i].Elem.M->PdTpar, Cell[i].Elem.M->PdTsys
    183182                + Cell[i].Elem.M->PdTrms * Cell[i].Elem.M->PdTrnd);
    184         fprintf(mfile, " %23.16e %23.16e %23.16e %23.16e %23.16e  %23.16e %23.16e\n",
     183        fprintf(mfile, " %23.16e %23.16e %23.16e %23.16e %23.16e\n",
    185184            Cell[i].Elem.PL, Cell[i].Elem.M->Pirho, Cell[i].Elem.M->PTx1,
    186             Cell[i].Elem.M->PTx2, Cell[i].Elem.M->PH1,Cell[i].Elem.M->PH2,Cell[i].Elem.M->Pgap);
     185            Cell[i].Elem.M->PTx2, Cell[i].Elem.M->Pgap);
    187186        prtHOM(mfile, Cell[i].Elem.M->n_design, Cell[i].Elem.M->PB,
    188187            Cell[i].Elem.M->Porder);
Note: See TracChangeset for help on using the changeset viewer.