Index: CSXCAD-0.6.0/matlab/CSXGeomPlot.m =================================================================== --- CSXCAD-0.6.0.orig/matlab/CSXGeomPlot.m +++ CSXCAD-0.6.0/matlab/CSXGeomPlot.m @@ -28,9 +28,7 @@ filename = mfilename('fullpath'); pathname = fileparts( filename ); if isunix - AppCSXCAD_bin = searchBinary('AppCSXCAD.sh', ... - {[pathname filesep '..' filesep '..' filesep 'AppCSXCAD' filesep], ... - [pathname filesep '..' filesep '..' filesep '..' filesep 'bin' filesep]}); + AppCSXCAD_bin = 'AppCSXCAD.sh'; else % assume windows AppCSXCAD_bin = searchBinary('AppCSXCAD.exe',[pathname filesep '..' filesep]); end