Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
linuxbin
Commits
9d3d0005
Commit
9d3d0005
authored
5 years ago
by
Boman Romain
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'origin/master' into boman
parents
3bb872ec
975f9d13
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cfg/default/svn_git.bashrc
+2
-1
2 additions, 1 deletion
cfg/default/svn_git.bashrc
externalProgramPath.py
+1
-1
1 addition, 1 deletion
externalProgramPath.py
with
3 additions
and
2 deletions
cfg/default/svn_git.bashrc
+
2
−
1
View file @
9d3d0005
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
externalProgramPath.py
+
1
−
1
View file @
9d3d0005
...
...
@@ -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
'
,
'
scil
ex.exe
'
)
TextPRM
(
self
.
pars
,
'
SCILAB
'
,
'
Scilab
'
,
'
scil
ab.bat
'
)
TextPRM
(
self
.
pars
,
'
GNUPLOT
'
,
'
GnuPlot
'
,
'
gnuplot.exe
'
)
# other post
TextPRM
(
self
.
pars
,
'
LATEX
'
,
'
Latex
'
,
'
latex.exe
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment