Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan DeKraker committed Jan 28, 2025
1 parent e87c0e8 commit e2c860b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hippunfold/workflow/scripts/gen_isosurface.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def compute_geodesic_distances(vertices, faces, source_indices):


# apply largest connected component
points, faces, i_concomp = largest_connected_component(vertices_orig, faces)
points, faces, i_concomp = largest_connected_component(points, faces)


# write to gifti
Expand Down

0 comments on commit e2c860b

Please sign in to comment.