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

deprecated syntax

parent 79b2df92
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ Line(3) = {4,5}; ...@@ -15,7 +15,7 @@ Line(3) = {4,5};
Line(4) = {5,2}; Line(4) = {5,2};
Line Loop(5) = {4,1,2,3}; Line Loop(5) = {4,1,2,3};
Plane Surface(6) = {5}; Plane Surface(6) = {5};
Extrude Surface {6, {0.0,0.0,2*r1}}; Extrude {0.0,0.0,2*r1} { Surface{6}; }
// exterior shell // exterior shell
Point(102) = {r2,r2,-r2,l}; Point(102) = {r2,r2,-r2,l};
......
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