Skip to content

Commit 31a8b66

Browse files
committed
Update subtree
2 parents 900ce30 + e75bd44 commit 31a8b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/upr/pebi2D/compositePebiGrid2D.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
dy = pdims(2)/ceil(pdims(2)/celldim(2));
248248
vx = 0:dx:pdims(1);
249249
vy = 0:dy:pdims(2);
250-
polyBdr = [0, 0; pdims(1), 0; pdims(1), pdims(1); 0, pdims(2)];
250+
polyBdr = [0, 0; pdims(1), 0; pdims(1), pdims(2); 0, pdims(2)];
251251
elseif k<3
252252
error('Polygon must have at least 3 edges.');
253253
else

0 commit comments

Comments
 (0)