Ignore:
Timestamp:
Feb 4, 2013, 9:38:48 AM (11 years ago)
Author:
garnier
Message:

Suppression de la classe "elementsCollection"

File:
1 edited

Legend:

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

    r305 r306  
    33
    44#include "abstractElement.h"
    5 #include "elementsCollection.h"
    65#include "globalParameters.h"
    76#include "nomdElements.h"
     
    2322    virtual ~dataManager();
    2423   
    25     inline int getBeamLineSize();
     24    int getBeamLineSize();
    2625    inline globalParameters* getGlobalParameters()  {return &globParam_;}
    27 //    inline elementsCollection* getCollection() {return &elementsGallery_;}
    2826    inline particleBeam* getCurrentBeam() {return currentBeam_;}
    2927   
     
    6058   
    6159private:
    62     //    elementsCollection elementsGallery_;
    6360    globalParameters globParam_;
    6461    particleBeam* currentBeam_;
Note: See TracChangeset for help on using the changeset viewer.