Ignore:
Timestamp:
Mar 4, 2013, 6:08:02 PM (11 years ago)
Author:
garnier
Message:

Changement de la couleur des sections selectionnes + plein dautres choses

File:
1 edited

Legend:

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

    r288 r359  
    1515      parametersString_ = new string[nbParam_+1];
    1616      //      parmelaOk_ = true;
     17        registerAcceptableSoftware(nomDeLogiciel::parmela, TBoolOk);
    1718    }
    1819
    19   void elementCell::setDefaultValues()
    20   {
     20void elementCell::setDefaultValues()
     21{
    2122    defaultLabel_ = "cell";
    2223    initialPhaseDef_ = 0.0;
     
    2627    offsetMagDef_ = 0.0;
    2728    scaleFactorDef_ = 1.0;
    28   }
     29}
    2930
    30   void elementCell::setDefaults()
    31   {
     31void elementCell::setDefaults()
     32{
    3233    label_ = defaultLabel_;
    3334    initialPhase_ = initialPhaseDef_;
     
    3940  }
    4041
    41 trivaluedBool elementCell::is_accepted_by_software(nomDeLogiciel soft) const {
    42   if ( soft == nomDeLogiciel::parmela ) return ok;
    43   else return error;
    44 }
    4542
    4643  string* elementCell::getParametersString() const
Note: See TracChangeset for help on using the changeset viewer.