Skip to content
Snippets Groups Projects
Unverified Commit 975f9d13 authored by Papeleux Luc's avatar Papeleux Luc Committed by GitHub
Browse files

Merge pull request #10 from ulgltas/papeleux

Papeleux
parents 6c93c398 8d48e664
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,8 @@ function keygen_co ...@@ -21,7 +21,8 @@ function keygen_co
function mtsetup_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 function parasolid_co
......
...@@ -50,7 +50,7 @@ class ExtProgs(PRMSet): ...@@ -50,7 +50,7 @@ class ExtProgs(PRMSet):
TextPRM(self.pars, 'ISOSURF', 'Isosurf', 'isosurf.exe') TextPRM(self.pars, 'ISOSURF', 'Isosurf', 'isosurf.exe')
# Post pro (curve plot,...) # Post pro (curve plot,...)
TextPRM(self.pars, 'MATLAB', 'Matlab', 'matlab.exe') 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') TextPRM(self.pars, 'GNUPLOT', 'GnuPlot', 'gnuplot.exe')
# other post # other post
TextPRM(self.pars, 'LATEX', 'Latex', 'latex.exe') TextPRM(self.pars, 'LATEX', 'Latex', 'latex.exe')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment