From 6705af6d3d02e47a797c53146666a1d168e1aefc Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Thu, 06 Mar 2014 08:56:37 +0000
Subject: [PATCH] Merge branch 'trisurf-polyel'. It is the most debugged version. True, without polymeres dump may not work yet, still, from scratch with polymeres set to 0, there should be minimal time penalty.

---
 src/general.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/general.h b/src/general.h
index 0372e7a..e7e9545 100644
--- a/src/general.h
+++ b/src/general.h
@@ -164,12 +164,13 @@
 } ts_vertex_list;
 
 struct ts_bond {
-    ts_uint idx;
+    	ts_uint idx;
 	ts_vertex *vtx1;
 	ts_vertex *vtx2;
     ts_double bond_length;
     ts_double bond_length_dual;
 	ts_bool tainted;
+	ts_double energy;
 };
 typedef struct ts_bond ts_bond;
 

--
Gitblit v1.9.3