Changeset 70 in PSPA for Interface_Web/trunk


Ignore:
Timestamp:
Nov 13, 2012, 3:10:53 PM (12 years ago)
Author:
touze
Message:

retour a une version ok (fichier parmela)

Location:
Interface_Web/trunk/pspaWT/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Interface_Web/trunk/pspaWT/src/GWt_LigneFaisceau.cc

    r64 r70  
    1717
    1818  beamLayout_ = new WHBoxLayout();
    19   //decorationStyle().setBackgroundColor (WColor("orange"));
    20   decorationStyle().setBackgroundColor (WColor("green"));
     19  decorationStyle().setBackgroundColor (WColor("orange"));
     20 
    2121
    2222  setLayout(beamLayout_);
  • Interface_Web/trunk/pspaWT/src/dataManager.cc

    r68 r70  
    4444  return elementsGallery_.createNewCell();
    4545}
     46
    4647
    4748
     
    8283
    8384  char buf[132];
    84   FILE* pp = popen("parmelamacOS", "r");
     85  FILE* pp = popen("cd WORKINGAREA; ./parmela", "r");
    8586  if (pp == NULL)
    8687    {
     
    223224  {
    224225     ofstream outfile;
    225      string name = string("workingArea/pspa.save");
     226     string name = string("WORKINGAREA/pspa.save");
    226227  outfile.open(name.c_str(), ios::out);
    227228      if (!outfile)
Note: See TracChangeset for help on using the changeset viewer.