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

pp

parent 575da2aa
No related branches found
No related tags found
No related merge requests found
...@@ -20,8 +20,7 @@ import gmsh ...@@ -20,8 +20,7 @@ import gmsh
gmsh.initialize() gmsh.initialize()
# Let us for example include a three-dimensional scalar view: # Let us for example include a three-dimensional scalar view:
path = abspath(joinpath(@__DIR__, "..","view3.pos")) gmsh.merge(abspath(joinpath(@__DIR__, "..","view3.pos")))
gmsh.merge(path)
v = gmsh.view.getTags() v = gmsh.view.getTags()
if length(v) != 1 if length(v) != 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment