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

oops

parent d9b0f707
Branches
Tags
No related merge requests found
...@@ -153,7 +153,7 @@ int GModel::importGEOInternals() ...@@ -153,7 +153,7 @@ int GModel::importGEOInternals()
add(e); add(e);
} }
else if(!e){ else if(!e){
e = new gmshEdge(this, c); e = new gmshEdge(this, c, 0, 0);
add(e); add(e);
} }
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment