From 854cb6571e100b4259ca70861a226a0d8a14c2c1 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Mon, 15 Feb 2016 14:22:04 +0000 Subject: [PATCH] First attempt to add additional info to the vtu files as formatted xml. Pegs are still missing, however the vesicle is done --- src/energy.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/energy.h b/src/energy.h index 90463d8..8a37b85 100644 --- a/src/energy.h +++ b/src/energy.h @@ -2,4 +2,5 @@ #define _ENERGY_H ts_bool mean_curvature_and_energy(ts_vesicle *vesicle); inline ts_bool energy_vertex(ts_vertex *vtx); +inline ts_bool bond_energy(ts_bond *bond,ts_poly *poly); #endif -- Gitblit v1.9.3