Skip to content
Snippets Groups Projects
Commit 29b1d5f5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

make it work on my laptop

parent 42d04e75
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ if OL.action == 'compute' : ...@@ -21,7 +21,7 @@ if OL.action == 'compute' :
#OL.run('gmsh', 'gmsh ' + modelName + '.geo -2') #OL.run('gmsh', 'gmsh ' + modelName + '.geo -2')
#OL.mergeFile(modelName + '.msh') #OL.mergeFile(modelName + '.msh')
OL.run('subclient', 'sub.py','') OL.run('subclient', './sub.py','')
#B = oc.defineNumber('Group/B', 0, min = -10, max = 10, step = 1) #B = oc.defineNumber('Group/B', 0, min = -10, max = 10, step = 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment