diff --git a/working/PtolemyGUI.C b/working/PtolemyGUI.C index 2a3ba30..331b14e 100644 --- a/working/PtolemyGUI.C +++ b/working/PtolemyGUI.C @@ -383,9 +383,9 @@ void MyMainFrame::Command(int ID) { statusLabel->SetText("Running Ptolemy....."); int output = 1; if( OS_Type == 1 ){ - output = system("/opt/Ptolemy/Cleopatra/ptolemy DWBA.out"); + output = system("../Cleopatra/ptolemy DWBA.out"); }else{ - output = system("/opt/Ptolemy/Cleopatra/ptolemy_mac DWBA.out"); + output = system("../Cleopatra/ptolemy_mac DWBA.out"); } statusLabel->SetText("Check terminal, if no massage, Ptolemy run well.");