Ignore:
Timestamp:
Nov 15, 2013, 3:30:50 PM (11 years ago)
Author:
touze
Message:

systeme periodique (mailles) + multipoles + madx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/include/GWt_abstractElementFactory.h

    r343 r431  
    1818#include "GWt_fit.h"
    1919#include "GWt_snapshot.h"
     20#include "GWt_mpole.h"
    2021
    2122using namespace Wt;
     
    6263  inline void setSnapshotEnable(bool a) { isSnapshotElementEnable = a;};
    6364 
     65  /* Enable the mpole element creation
     66   */
     67  inline void setMPoleEnable(bool a) { isMPoleElementEnable = a;};
     68 
    6469  GWt_drift* createDriftElement();
    6570  GWt_rfgun* createRFGunElement();
     
    7075  GWt_fit* createFitElement();
    7176  GWt_snapshot* createSnapshotElement();
     77  GWt_mpole* createMPoleElement();
    7278  vector <GWt_abstractElement*> getAllElements();
    7379 
     
    8288  bool isFitElementEnable;
    8389  bool isSnapshotElementEnable;
     90  bool isMPoleElementEnable;
    8491};
    8592#endif
Note: See TracChangeset for help on using the changeset viewer.