File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ diff a/classFiles/SVEclass.m b/classFiles/SVEclass.m (rejected hunks)
2+ @@ -100,13 +100,13 @@
3+ % % are places
4+ % x
5+ a.x = -(domainFactor - 1 - (domainFactor - 1)*obj.boundary.x.back)/2*Lbox;
6+ - b.x = (1 + (domainFactor - 1 - (domainFactor - 1)*obj.boundary.x.back)/2)*Lbox;
7+ + b.x = (1 + (domainFactor - 1 - (domainFactor - 1)*obj.boundary.x.front)/2)*Lbox;
8+ % y
9+ a.y = -(domainFactor - 1 - (domainFactor - 1)*obj.boundary.y.back)/2*Lbox;
10+ - b.y = (1 + (domainFactor - 1 - (domainFactor - 1)*obj.boundary.y.back)/2)*Lbox;
11+ + b.y = (1 + (domainFactor - 1 - (domainFactor - 1)*obj.boundary.y.front)/2)*Lbox;
12+ % z
13+ a.z = -(domainFactor - 1 - (domainFactor - 1)*obj.boundary.z.back)/2*Lbox;
14+ - b.z = (1 + (domainFactor - 1 - (domainFactor - 1)*obj.boundary.z.back)/2)*Lbox;
15+ + b.z = (1 + (domainFactor - 1 - (domainFactor - 1)*obj.boundary.z.front)/2)*Lbox;
16+
17+ centroid = zeros(200000,3);
18+ radius = zeros(200000,1);
You can’t perform that action at this time.
0 commit comments