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