Skip to content

Commit

Permalink
Clean up sdf_flow (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
odedstein authored Oct 24, 2023
1 parent 1a87e9e commit 56fc697
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 230 deletions.
3 changes: 2 additions & 1 deletion src/gpytoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
from .read_dmat import read_dmat
from .linear_blend_skinning import linear_blend_skinning
from .barycenters import barycenters
from .sdf_flow import sdf_flow
from .reach_for_the_spheres import reach_for_the_spheres
from .reach_for_the_spheres import reach_for_the_spheres_iteration
from .cut_edges import cut_edges
from .biharmonic_energy import biharmonic_energy
from .biharmonic_energy_intrinsic import biharmonic_energy_intrinsic
Expand Down
Loading

0 comments on commit 56fc697

Please sign in to comment.