From 8f46a7926d3517bf5405fc5a8c723e6cc318ad58 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 14 Aug 2019 21:34:31 +0000
Subject: [PATCH] Added missing function to wrapper.py

---
 trisurf/wrapper.py |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/trisurf/wrapper.py b/trisurf/wrapper.py
index 1f9fd2c..c17cb69 100644
--- a/trisurf/wrapper.py
+++ b/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)	
+

--
Gitblit v1.9.3