From daf4f768c2b7bc706f7d22828dd456f6ddf872c2 Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Thu, 24 Oct 2019 10:58:28 +0200 Subject: [PATCH] scilex.exe -> scilab.bat --- externalProgramPath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/externalProgramPath.py b/externalProgramPath.py index 1e07768..42c694f 100755 --- a/externalProgramPath.py +++ b/externalProgramPath.py @@ -50,7 +50,7 @@ class ExtProgs(PRMSet): TextPRM(self.pars, 'ISOSURF', 'Isosurf', 'isosurf.exe') # Post pro (curve plot,...) TextPRM(self.pars, 'MATLAB', 'Matlab', 'matlab.exe') - TextPRM(self.pars, 'SCILAB', 'Scilab', 'scilex.exe') + TextPRM(self.pars, 'SCILAB', 'Scilab', 'scilab.bat') TextPRM(self.pars, 'GNUPLOT', 'GnuPlot', 'gnuplot.exe') # other post TextPRM(self.pars, 'LATEX', 'Latex', 'latex.exe') -- GitLab