From a5993376b0681a019e9fae0a11886de6f57e99fd Mon Sep 17 00:00:00 2001 From: Ryan Tang Date: Thu, 14 Jul 2022 13:52:48 -0400 Subject: [PATCH] Update 'working/PtolemyGUI.C' --- working/PtolemyGUI.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.");