Skip to content

Commit 623bcb4

Browse files
authored
Update setboundary.m
1 parent f88a54f commit 623bcb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fem/setboundary.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353

5454
%% Dimension check
5555
if size(node,2) >= 3 % 3D case
56-
bdFlag = setboundary3(node,elem,varargin{:});
57-
return
56+
bdFlag = setboundary3(node,elem,varargin{:});
57+
return
5858
end
5959

6060
%% Find boundary edges

0 commit comments

Comments
 (0)