Ignore:
Timestamp:
Jun 21, 2013, 10:16:56 AM (11 years ago)
Author:
lemeur
Message:

definition des compatibilites des elements dans les software

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/sources/userInterface/src/GWt_pspaApplication.cc

    r417 r418  
    617617    seriesType = PointSeries;
    618618    titre = " phase space ";
     619    cout << " PspaApplication::faireDessinPhaseSpace APPEL " << endl;
    619620    beam->particlesPhaseSpaceData(xcor,ycor,legende,namex,namey);
     621    cout << " PspaApplication::faireDessinPhaseSpace RETOUR " << endl;
    620622  } else {
    621623    GWt_dialog warningBeamState(" graphical analysis", "the beam state does not allow providing a drawing with macroparticles !", GWt_dialog::Error, false,true);
     
    882884  WCartesianChart *chart = new WCartesianChart(toto);
    883885  if (!makeIcon) chart->setTitle(title);
    884 
    885886  chart->initLayout(); 
    886887  chart->setModel(model);        // set the model
     
    931932    chart->axis(YAxis).setLabelFont(yAxisFont);
    932933  }
    933  
     934
    934935#ifdef HAS_IMAGEMAGIC
    935936  // no background
     
    950951*/
    951952 
    952 //  Wt::WPdfImage pdfImage("1000", "600");
    953   WPdfImage pdfImage("1000", "600");
     953  Wt::WPdfImage pdfImage("1000", "600");
    954954  {
    955955   Wt::WPainter p1(&pdfImage);
     
    963963
    964964#endif
     965
    965966}
    966967
Note: See TracChangeset for help on using the changeset viewer.