Ignore:
Timestamp:
Mar 12, 2014, 11:15:56 AM (10 years ago)
Author:
lemeur
Message:

maj de History

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/controler/src/expandedMachine.cc

    r493 r495  
    112112
    113113  // methode provisoire
    114 void expandedMachine::fromSectors( const vector<sector*>& secteurs, dataManager* dtmg  )
     114void expandedMachine::fromSectors( const vector<sector*>& secteurs  )
    115115{
    116116  cout << " methode expandedMachine::fromSectors " << endl;
     
    128128    cout << " expandedMachine::fromSectors la machine a " << elements_.size() << " elements " << endl;
    129129    computingBlocks_.clear();
    130     //    computingBlocks_.push_back(new computingBlock(elements_,NULL, this));
    131130    computingBlocks_.push_back(new computingBlock(0, elements_.size(),NULL, this));
    132131}
     132
    133133
    134134bool expandedMachine::openNewLastBlock() {
Note: See TracChangeset for help on using the changeset viewer.