Skip to content
Snippets Groups Projects
Commit 044d76cc authored by Ruth Sabariego's avatar Ruth Sabariego
Browse files

VolInf[]={}; // Define empty array in case Flag_InfiniteBox is not active

parent 71b88eac
Branches
No related tags found
No related merge requests found
Pipeline #1954 passed
......@@ -117,7 +117,7 @@ p6 = newp; Point (p6) = {xCnt+xInt, yCnt-yInt, zCnt+zInt, lc1inf};
p7 = newp; Point (p7) = {xCnt+xInt, yCnt+yInt, zCnt+zInt, lc1inf};
p8 = newp; Point (p8) = {xCnt-xInt, yCnt+yInt, zCnt+zInt, lc1inf};
VolInf[]={}; // Define empty array in case Flag_InfiniteBox is not active
If(Flag_InfiniteBox)
xExt = xInt * ratioInf;
yExt = yInt * ratioInf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment