From 7d62fc765adc11bbcb7db0716ac5dc19145dca80 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sun, 15 Jun 2014 10:58:40 +0000
Subject: [PATCH] To be sure a fix in comparing the floating point numbers

---
 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