Skip to content

Commit e2c860b

Browse files
author
Jordan DeKraker
committed
typo
1 parent e87c0e8 commit e2c860b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hippunfold/workflow/scripts/gen_isosurface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def compute_geodesic_distances(vertices, faces, source_indices):
230230

231231

232232
# apply largest connected component
233-
points, faces, i_concomp = largest_connected_component(vertices_orig, faces)
233+
points, faces, i_concomp = largest_connected_component(points, faces)
234234

235235

236236
# write to gifti

0 commit comments

Comments
 (0)