Skip to content

Commit fb8e2da

Browse files
authored
fix #4
Shall cherry-pick this commit to other branches
1 parent 6cea750 commit fb8e2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cases/torus/2torusAir.geo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ If ( IsAir != 0 )
121121

122122
Infty=newl; Surface Loop(Infty) = {quart1[2], quart2[2], quart3[2], quart4[2],
123123
quart1[3], quart2[3], quart3[3], quart4[3]};
124-
Air = newv; Volume(Air) = {Infty, -Bord};
124+
Air = newv; Volume(Air) = {Infty, -Bord[]};
125125
Physical Volume("air") = {Air};
126126
Physical Surface("Infty") = {quart1[2], quart2[2], quart3[2], quart4[2],
127127
quart1[3], quart2[3], quart3[3], quart4[3]};

0 commit comments

Comments
 (0)