diff --git a/cfg/default/svn_git.bashrc b/cfg/default/svn_git.bashrc index 6fd438c4d3f3ce47ec2e88fd0f9bd734f23d8956..919dfb256644607ef2b81bd8b6c43e8c02f1f84c 100644 --- a/cfg/default/svn_git.bashrc +++ b/cfg/default/svn_git.bashrc @@ -21,7 +21,8 @@ function keygen_co function mtsetup_co { - git clone $USER@$REP_GIT/MetaforSetup.git + #git clone $USER@$REP_GIT/MetaforSetup.git + git clone git@gitlab.uliege.be:am-dept/MN2L/MetaforSetup.git } function parasolid_co diff --git a/externalProgramPath.py b/externalProgramPath.py index 1e077684fef19a560ede160de4b8cd84e19f9081..42c694f5ca3d570e250c6ea2be2bf5ee1eb7bd0a 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')