Ignore:
Timestamp:
Feb 5, 2013, 2:23:23 PM (12 years ago)
Author:
lemeur
Message:

suppression designation elements par index + fin generator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/include/particleBeam.h

    r257 r312  
    1515
    1616using namespace std;
    17 
    18 /* typedef struct  */
    19 /* { */
    20 /*   float xx, xxp, begamx,yy,yyp,begamy,z, begamz,phi,wz; */
    21 /*   float phi0, ksi1,ksi2,ksi3; */
    22 /*   int ne,np,ngood,npart; */
    23 
    24 /*   int readFromParmelaFile(FILE* fp) */
    25 /*   { */
    26 /*     return fscanf(fp, " %e %e %e %e %e %e %e %e %e %e %d %d %d %d %e %e %e %e \n", &xx, &xxp, &begamx,&yy,&yyp,&begamy,&z, &begamz,&phi,&wz,&ne,&np,&ngood,&npart,&phi0, &ksi1,&ksi2,&ksi3); */
    27 /*   } */
    28 /*   void imprim() */
    29 /*   { */
    30 /*     printf( " %e %e %e %e %e %e %e %e %e %e %d %d %d, %d %e %e %e %e \n", xx, xxp, begamx,yy,yyp,begamy,z, begamz,phi,wz,ne,np,ngood,npart,phi0, ksi1,ksi2,ksi3); */
    31 /*   } */
    32 /* } parmelaParticle; */
    3317
    3418
     
    6347  virtual ~particleBeam() {;}
    6448
    65   //  bool setFromParmela(string workingDir,unsigned numeroElement,double referencefrequency);
    6649  void buildMomentRepresentation();
    6750
Note: See TracChangeset for help on using the changeset viewer.