trisurf/wrapper.py
@@ -312,3 +312,8 @@ def solve_for_ulm2(vesicle): ts.solve_for_ulm2.argtype=[POINTER(ts_vesicle)] ts.solve_for_ulm2(vesicle) def mean_curvature_and_energy(vesicle): ts.mean_curvature_and_energy.argtype=[POINTER(ts_vesicle)] ts.mean_curvature_and_energy(vesicle)