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/src/GWt_globalParameters.cc

    r428 r431  
    1515}
    1616
    17 void GWt_globalParameters::setText(WContainerWidget* wt)
     17void GWt_globalParameters::setText(WText *st)
    1818{
    19   status_ = new WText("Go ahead...",wt);
     19  status_ = st;
    2020}
    2121
     
    105105void GWt_globalParameters::setStatus()
    106106{
    107   WString out= WString("<p>frequency="+envoi_[1]+"</p>"
    108                        "<p>step in phase="+envoi_[2]+"</p>"
    109                        "<p>max step number="+envoi_[3]+"</p>"
    110                        "<p>periodicity of s.c. computation="+envoi_[4]+"</p>");
     107  WString out= WString("<p>frequency = "+envoi_[1]+"</p>"
     108                       "<p>step in phase = "+envoi_[2]+"</p>"
     109                       "<p>max step number = "+envoi_[3]+"</p>"
     110                       "<p>periodicity of s.c. computation = "+envoi_[4]+"</p>");
    111111  status_->setText(out);
    112112}
Note: See TracChangeset for help on using the changeset viewer.