Skip to content

Commit 986c7d4

Browse files
committed
[BUG] Refactor and fix voxel overlap handling and fault relations logic in dual_contouring module
1 parent bcc12e3 commit 986c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gempy_engine/API/dual_contouring/multi_scalar_dual_contouring.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def dual_contouring_multi_scalar(
133133
all_meshes.extend(meshes)
134134

135135
# endregion
136-
if (options.debug or len(all_left_right_codes) > 1) and True:
136+
if (options.debug or len(all_left_right_codes) > 1) and False:
137137
apply_faults_vertex_overlap(all_meshes, data_descriptor.stack_structure, left_right_per_mesh)
138138

139139
return all_meshes

0 commit comments

Comments
 (0)