Ignore:
Timestamp:
Dec 19, 2013, 6:22:39 PM (11 years ago)
Author:
garnier
Message:

Modification pour remettre en marche le Run. Desormais Transport passe, mais aucun test ne permet de dire si c est bon

File:
1 edited

Legend:

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

    r469 r472  
    77#include "nomDeLogiciel.h"
    88#include "sectorParameters.h"
     9#include "particleBeam.h"
     10
    911
    1012class sectionToExecute;
     
    8688  }
    8789
     90  inline particleBeam* getParticleBeam() {
     91    return currentBeam_;
     92  }
     93 
     94  inline void setParticleBeam(particleBeam* part) {
     95    currentBeam_ = part;
     96  }
     97 
    8898private:
    8999
    90100  std::vector <sectionToExecute*> sectionToExecute_;
     101  particleBeam* currentBeam_;
    91102
    92103  std::string name_;
Note: See TracChangeset for help on using the changeset viewer.