Changeset 156 in PSPA


Ignore:
Timestamp:
Dec 8, 2012, 6:30:03 PM (12 years ago)
Author:
lemeur
Message:

renommage GWt_initialBeam en GWt_rfgun

Location:
Interface_Web/trunk/pspaWT
Files:
2 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/cmt/requirements

    r155 r156  
    2222#macro PSPSLib_linkopts     " -L${PSPAWTROOT}/$(Platform_bin) -lPSPSLib "
    2323
    24 application pspaWT bareParticle.cc particleBeam.cc GWt_cell.cc GWt_initialBeam.cc GWt_soleno.cc GWt_bend.cc GWt_globalParameters.cc GWt_drift.cc GWt_abstractElement.cc dataManager.cc elementsCollection.cc elementDrift.cc elementCell.cc elementRfgun.cc elementSoleno.cc elementBend.cc globalParameters.cc abstractElement.cc GWt_LigneFaisceau.cc GWt_pspaApplication.cc GWt_dialog.cc nomdElements.cc main.cc use_cppflags='" ${lib_PSPSLib_cppflags} "'
     24application pspaWT bareParticle.cc particleBeam.cc GWt_cell.cc GWt_rfgun.cc GWt_soleno.cc GWt_bend.cc GWt_globalParameters.cc GWt_drift.cc GWt_abstractElement.cc dataManager.cc elementsCollection.cc elementDrift.cc elementCell.cc elementRfgun.cc elementSoleno.cc elementBend.cc globalParameters.cc abstractElement.cc GWt_LigneFaisceau.cc GWt_pspaApplication.cc GWt_dialog.cc nomdElements.cc main.cc use_cppflags='" ${lib_PSPSLib_cppflags} "'
    2525
    2626macro DrawWt_linkopts " ${PSPSLib_linkopts} ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
  • Interface_Web/trunk/pspaWT/src/GWt_LigneFaisceau.cc

    r153 r156  
    44#include "GWt_LigneFaisceau.h"
    55#include "GWt_drift.h"
    6 #include "GWt_initialBeam.h"
     6#include "GWt_rfgun.h"
    77#include "GWt_cell.h"
    88#include "GWt_soleno.h"
  • Interface_Web/trunk/pspaWT/src/GWt_abstractElement.cc

    r153 r156  
    11
    22#include "GWt_abstractElement.h"
    3 #include "GWt_initialBeam.h"
     3#include "GWt_rfgun.h"
    44#include "GWt_drift.h"
    55#include "GWt_cell.h"
     
    8181
    8282  switch (  eType ) {
    83   case RFgun : return new GWt_initialBeam(ps,ptr);
     83  case RFgun : return new GWt_rfgun(ps,ptr);
    8484  case drift : return new GWt_drift(ps,ptr);
    8585  case cell  : return new GWt_cell(ps,ptr);
Note: See TracChangeset for help on using the changeset viewer.