Skip to content

Commit e5333db

Browse files
author
Filip Nilenius
committed
bug fix
1 parent ab5cbc7 commit e5333db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classFiles/SVEclass.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function generateSVE(obj,aggFrac,ballastRadii,gravelSieve,Lbox,domainFactor)
9797

9898

9999
% % determine upper and lower [a,b] bound of interval where gragates
100-
% % are places
100+
% % are places in side SVE
101101
% x
102102
a.x = -(domainFactor - 1 - (domainFactor - 1)*obj.boundary.x.back)/2*Lbox;
103103
b.x = (1 + (domainFactor - 1 - (domainFactor - 1)*obj.boundary.x.front)/2)*Lbox;

0 commit comments

Comments
 (0)