From fedf2b217113800a15f367e111e2dbcad4a3c92c Mon Sep 17 00:00:00 2001 From: Miha <mihaf@hapi.(none)> Date: Thu, 06 Feb 2014 17:39:37 +0000 Subject: [PATCH] Polymers thermicaly move now! HArmonic potential added. --- 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