Skip to content

Commit 206a918

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

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

classFiles/SVEclass.m.rej

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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);

0 commit comments

Comments
 (0)