Skip to content

Commit ded60d0

Browse files
author
Filip Nilenius
committed
bug fix
1 parent 206a918 commit ded60d0

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
@@ -98,7 +98,7 @@ function generateSVE(obj,aggFrac,ballastRadii,gravelSieve,Lbox,domainFactor)
9898

9999

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

0 commit comments

Comments
 (0)