From 8a66144c9118f8df80eba28c5b363fac574194da Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 08 Mar 2014 18:25:18 +0000 Subject: [PATCH] Parsing command line arguments is still kind-of messy, but it workds for force-from-tape and reset-iteration-count --- 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