Changeset 2812 in Sophya for trunk/SophyaPI/PIext/piafitting.cc


Ignore:
Timestamp:
Jun 28, 2005, 3:35:33 PM (20 years ago)
Author:
ansari
Message:

Synchronisation avec boucle d'evenement (ZSync) pour les commandes fitw et helpwindow - Reza 28/06/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piafitting.cc

    r2615 r2812  
    10611061} else if(kw == "fitlin") {
    10621062  LinFit();
    1063 } else if(kw == "fitw") {
     1063} else if ((kw == "fitw") && (mApp != NULL) ) {
     1064  ZSync zs(mApp->getMutex());
    10641065  if(FWindFit!=NULL) {delete FWindFit; FWindFit=NULL;}
    10651066  FWindFit = new PIAFitterWind(mApp,this,tokens[1]);
    10661067  FWindFit->Show();
     1068  zs.NOp();
    10671069}
    10681070
Note: See TracChangeset for help on using the changeset viewer.