File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 92
92
end
93
93
if not(triangles_flag_aux )
94
94
I_aux = find(zef .domain_labels <= compartment_ind );
95
- triangles = zef_surface_mesh()
95
+ triangles = zef_surface_mesh();
96
96
end
97
97
[points_aux ,triangles_aux ] = zef_get_submesh(zef .nodes ,triangles );
98
98
strip_struct.points{1 } = points_aux ;
135
135
angle_aux = (2 * pi / 4 )*mod(contact_index ,4 )+ (pi / 4 )*mod(row_ind_aux ,2 );
136
136
[center_point_x_aux , center_point_y_aux ] = pol2cart(angle_aux ,strip_struct .strip_radius );
137
137
center_point_aux = [center_point_x_aux ; center_point_y_aux ; 0.75 + 0.5 * 0.75 + 0.75 *(row_ind_aux - 1 )];
138
- point_ind_aux = find(sqrt(sum((strip_struct.points{1 }(point_ind ,: )' -center_point_aux ).^2 ))<=0.5 * 0.75 )
138
+ point_ind_aux = find(sqrt(sum((strip_struct.points{1 }(point_ind ,: )' -center_point_aux ).^2 ))<=0.5 * 0.75 );
139
139
point_ind = point_ind(point_ind_aux );
140
140
end
141
141
149
149
end
150
150
end
151
151
152
- end
152
+ end
You can’t perform that action at this time.
0 commit comments